NClosed Property (IPolygonMesh) Send Feedback
See Also  Example
Gets or sets whether the PolygonMesh is closed in the row direction.

Syntax

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

Property Value

True if closed, false if open

Example

See Also

Availability

DraftSight V1R1.3