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

In This Topic
    PROJ_NAMEFORMAT_CABLE(Int32) Property
    In This Topic
    Naming format for cables # 10081. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_NAMEFORMAT_CABLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_NAMEFORMAT_CABLE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the naming format, i.e., the identifying and descriptive DT elements, for cables.

    See Also