Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS Property / DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS(Int32) Property

In This Topic
    DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS(Int32) Property
    In This Topic
    Functional assignment (leading identifiers) # 1322.
    Syntax
    public PropertyValue DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_FUNCTIONALASSIGNMENT_LEADINGPARTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 10.

    See Also