Gets whether the solid is closed. For
example, a box with six faces is closed. If one face is removed,
the box is open.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Closed() As Boolean
|
| [C#] |
|---|
public bool Closed {get;}
|
| [Managed C++] |
|---|
public: __property bool get_Closed();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Closed(
|
| [Java] |
|---|
public bool getClosed();
|