Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / GetPropertyEntry Method
Object from which property will be read
The property.

In This Topic
    GetPropertyEntry Method (PlaceHolder3D)
    In This Topic
    Gets a value or variable on a property of an object referenced by a Placeholder3D.
    Syntax
    public virtual MultiLangString GetPropertyEntry( 
       Placement3D oObject,
       AnyPropertyId oProperty
    )
    public:
    virtual MultiLangString^ GetPropertyEntry( 
       Placement3D^ oObject,
       AnyPropertyId^ oProperty
    ) 

    Parameters

    oObject
    Object from which property will be read
    oProperty
    The property.

    Return Value

    Value of the variable.
    Remarks
    If you want to get the text content of a text object, oProperty must have the property id 0.
    See Also