Create(Group,AnyPropertyId) Method
Creates and inserts it into a group ContextPropertyPlacement which displays symbol properties.
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.
MDSymbolVariant variant = symbol.Variants[0];
ContextPropertyPlacement cpp = ContextPropertyPlacement.Create(variant.AsGroup, Properties.Function.FUNC_DEVICETAG_FULLNAME);