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

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

    Specifies the mounting surface on which the 3D part placement has been placed. The property is used in filters to filter for 3D part placements that have been installed on other 3D part placements.

    See Also