API Help
Eplan.EplApi.DataModel.E3D Namespace / ContextPropertyPlacement3D Class / Create Method / Create(Placement3D,AnyPropertyId) Method
Eplan.EplApi.DataModel.SymbolReference object that property value will be displayed.
Eplan.EplApi.DataModel.AnyPropertyId identifier of property to display.

Create(Placement3D,AnyPropertyId) Method
Creates the ContextPropertyPlacement3D object.
Syntax

Parameters

objSource
Eplan.EplApi.DataModel.SymbolReference object that property value will be displayed.
propId
Eplan.EplApi.DataModel.AnyPropertyId identifier of property to display.
Exceptions
ExceptionDescription
Thrown when oParent is null.
Thrown when the ContextPropertyPlacement3D cannot be created.
Thrown when the ContextPropertyPlacement3D has already been created.
Remarks
Method sets value of oParents property UseLocalPropertyPlacements to true if it's set to false.
See Also