Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDFunctionTemplatePosition.MDFunctionTemplatePositionPropertyList Class / FUNCTEMPLATE_INDEX Property

In This Topic
    FUNCTEMPLATE_INDEX Property
    In This Topic
    Index for additional data # 21002.
    Syntax
    public MDPropertyValue FUNCTEMPLATE_INDEX( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ FUNCTEMPLATE_INDEX {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 2.

    See Also