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

In This Topic
    FUNCTION3D_IDENTNAME_IN_MECHANICAL_STRUCTURE(Int32) Property
    In This Topic
    Designation in mechanics structure # 36016. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_IDENTNAME_IN_MECHANICAL_STRUCTURE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_IDENTNAME_IN_MECHANICAL_STRUCTURE {
       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..

    Provides the designation, which has the function or mechanical item within the mechanical structure for identification purposes. This is the DT for electrical engineering or fluid power functions, and the designation for mechanical items.

    See Also