Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS Property / DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS(Int32) Property

In This Topic
    DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS(Int32) Property
    In This Topic
    Higher-level function number (leading identifiers) # 1722.
    Syntax
    public PropertyValue DESIGNATION_INSTALLATIONNUMBER_LEADINGPARTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_INSTALLATIONNUMBER_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