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

In This Topic
    FUNCTION3D_MOUNTINGPLATEDISTANCE(Int32) Property
    In This Topic
    Distance to mounting surface # 36017. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_MOUNTINGPLATEDISTANCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_MOUNTINGPLATEDISTANCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    If an offset was entered during the placement of a part, this property will display the distance of the part placement from the mounting surface.

    See Also