HasPolylineAsLogicalArea Property (SymbolReference)
In This Topic
Returns true if the symbol's logical area is a polyline (consisting of segments) rather than just a rectangle.
Syntax
public virtual bool HasPolylineAsLogicalArea {get;}
public:
virtual property bool HasPolylineAsLogicalArea {
bool get();
}
See Also