API Help
Eplan.EplApi.DataModel Namespace / LocationBoxPropertyList Class / LOCATIONBOX_MAINPLACEMENT Property / LOCATIONBOX_MAINPLACEMENT(Int32) Property

In This Topic
    LOCATIONBOX_MAINPLACEMENT(Int32) Property
    In This Topic
    Main placement # 20305. This property isn't indexed.
    Syntax
    public PropertyValue LOCATIONBOX_MAINPLACEMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATIONBOX_MAINPLACEMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Defines the structure box as a main placement to which cross-references refer. This allows the display of cross-references between structure boxes. If the property is not enabled at any box, then the first structure box in the graphic is regarded as the main placement.

    See Also