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

In This Topic
    FUNC_CRAFTCODE(Int32) Property
    In This Topic
    Media code # 20316. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CRAFTCODE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CRAFTCODE {
       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..

    This property is used to map the designations used in the standard DIN ISO 1219-2 for fluid power in EPLAN. For fluid power devices the identifier of the device is displayed here, meaning the contents of the property DT: Identifier (ID 20013). If the project setting Fluid power: Use trade identifier as identifier (media code) is activated, the trade identifier is displayed.

    This property is used as part of a name. In order to set it, member NameParts must be used on object which name will be changed. Additionally for setting this property on a Page object, a function Page::SetName() or the Page constructor can be used.

    See Also