Closed Property (IPolyLine3D) Send Feedback
See Also 
Gets or sets whether to close the open 3D PolyLine.

Syntax

Visual Basic 
Property Closed As System.Boolean
C# 
System.bool Closed {get; set;}
JavaScript 
get_Closed () : Boolean
put_Closed (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Closed(
   VARIANT_BOOL* Val
) 
HRESULT put_Closed( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Closed (
   bool* Val
)
DSRESULT put_Closed(
   bool NewVal
)

Property Value

True to close the open 3D PolyLine, false to not

See Also

Availability

DraftSight V1R1.3