API Help
Eplan.EplApi.DataModel Namespace / SymbolReference Class / LogicalAreaSegments Property

In This Topic
LogicalAreaSegments Property (SymbolReference)
In This Topic
Gets/Sets an array of segments that the symbol's logical area may consist of.
Syntax
public virtual SymbolReference.Segment[] LogicalAreaSegments {get; set;}
Remarks
Note: After setting the logical area with the SetLogicalArea method this property returns an array containing 3 segments (that represent a rectangular area)
See Also