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

Syntax

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

Property Value

True if closed, false if open

Example

See Also

Availability

DraftSight V1R1.3