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

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

    Parameters

    Parameter NameDescription
    objSourceSymbolReference object that property value will be displayed.
    propIdAnyPropertyId 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 oParent's property UseLocalPropertyPlacements to TRUE if it's set to FALSE.
    See Also