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

In This Topic
    FUNCTION3D_DOCNAME(Int32) Property
    In This Topic
    Name of the M-CAD file # 36042. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_DOCNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_DOCNAME {
       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 used during data exchange with external CAD systems. The full file name and the full file path of the imported STEP file is stored in this property and is entered at the created design space and at the imported 3D objects.

    See Also