Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / GetCurrentValue Method

In This Topic
GetCurrentValue Method (PlaceHolder)
In This Topic
Gets current value for given object, property and index.
Syntax

Parameters

oObject
oProperty
oIndex

Return Value

PropertyValue object or null.
Remarks
If the given object is not referenced in PlaceHolder, the method returns null. If property and/or index is not found for passed object in Placeholder, method returns new empty PropertyValue.
See Also