Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PropertyPlacement Class / Create Method / Create(SymbolReference,AnyPropertyId) Method
Eplan.EplApi.DataModel.SymbolReference object that property value will be displayed.
Eplan.EplApi.DataModel.AnyPropertyId identifier of property to display.

Create(SymbolReference,AnyPropertyId) Method
Creates the PropertyPlacement object.
Syntax

Parameters

parent
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 parent is null.
Thrown when the PropertyPlacement cannot be created.
Thrown when the PropertyPlacement has already been created.
Remarks
Method sets value of parents property UseLocalPropertyPlacements to true if it's set to false and the selected scheme to 'User-defined'.
See Also