Gets or sets whether the PolygonMesh is closed in the row direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 |
Property Value
True if closed, false if open
Example
See Also
Availability
DraftSight V1R1.3