| SoPolyLineScreenDrawerisClosed Property  | 
Close the line during display (connect last point to first point). 
 
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFBool isClosed { get; }Public ReadOnly Property isClosed As SoSFBool
	Get
public:
property SoSFBool^ isClosed {
	SoSFBool^ get ();
}member isClosed : SoSFBool with get
Property Value
Type: 
SoSFBool
RemarksDefault is false (but most sub-classes automatically set it to true). 
  Caution | 
|---|
This only affects the display.   | 
See Also