API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_DEVTAGFORMAT_CUSTOMFORMAT Property / PROJ_DEVTAGFORMAT_CUSTOMFORMAT(Int32) Property

In This Topic
    PROJ_DEVTAGFORMAT_CUSTOMFORMAT(Int32) Property
    In This Topic
    Sequence of individual DT properties # 10091. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_DEVTAGFORMAT_CUSTOMFORMAT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_DEVTAGFORMAT_CUSTOMFORMAT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Describes the sequence of the individual DT properties when the DT is edited in individual fields.

    See Also