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

In This Topic
GetPropertyEntry Method (PlaceHolder)
In This Topic
Gets a value or variable on a property of an object referenced by a PlaceHolder.
Syntax
public virtual MultiLangString GetPropertyEntry( 
   StorableObject 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