Description
Boolean value indicating whether this polyline is closed or not.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Closed [= value]
The Closed Property syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjPoly. | | value | A Boolean value. | Remarks
A closed polyline can be filled (see McGraphObj.Style).
|