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

In This Topic
    FUNCTION3D_DESIGNATIONPREFIX_AUTOMATIC(Int32) Property
    In This Topic
    Grouping sign for item designation (automatic) # 36002. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_DESIGNATIONPREFIX_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_DESIGNATIONPREFIX_AUTOMATIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the contents of the "Grouping sign for item designation" property (ID 36012). If no preceding sign is entered for the item, this is defined from the first superior item for which a preceding sign is entered in the "Grouping sign for item designation" property.

    See Also