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

In This Topic
    PROJ_DEVTAGFORMAT_ENABLECUSTOMFORMAT(Int32) Property
    In This Topic
    Edit DT in individual fields # 10090. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_DEVTAGFORMAT_ENABLECUSTOMFORMAT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_DEVTAGFORMAT_ENABLECUSTOMFORMAT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This specifies that the DT is edited in individual fields and a standard format is not used.

    See Also