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

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

    The property supplies the directly superior device as the value. The following property values are combined: Full item designation, full DT, legend item.

    See Also