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 | |
|---|
NClosed : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_NClosed(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool NClosed { bool* Val
)
DSRESULTput_NClosed(
bool NewVal
} |
Property Value
True if closed, false if open