Click or drag to resize

IMcGraphObjPoly2Closed Property

Boolean value indicating whether this polyline is closed or not.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property Closed As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IMcGraphObjPolyClosed
Remarks
A closed polyline can be filled (see McGraphObj.Style).
See Also