API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_LABELTYPE Property / FUNC_TERMINAL_LABELTYPE(Int32) Property

In This Topic
    FUNC_TERMINAL_LABELTYPE(Int32) Property
    In This Topic
    Labeling type # 20365. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_LABELTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_LABELTYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Through this property terminals can be differentiated for the manufacturing data export, for example for differently sized labels.

    See Also