Eplan Platform API
Eplan.EplApi.DataModel Namespace / ContextPropertyPlacement Class / Create Method / Create(Group,AnyPropertyId) Method
Group on which object will be inserted.
Property of the object that belongs to the group which will be displayed.
Example

In This Topic
    Create(Group,AnyPropertyId) Method
    In This Topic
    Creates and inserts it into a group ContextPropertyPlacement which displays symbol properties.
    Syntax

    Parameters

    group
    Group on which object will be inserted.
    propertyId
    Property of the object that belongs to the group which will be displayed.

    Return Value

    the newly created ContextPropertyPlacement.
    Example
    MDSymbolVariant variant = symbol.Variants[0];
    ContextPropertyPlacement cpp = ContextPropertyPlacement.Create(variant.AsGroup, Properties.Function.FUNC_DEVICETAG_FULLNAME);
    See Also