AGI STK Graphics 11 Send comments on this topic.
Closed Property (IAgStkGraphicsSolidTriangulatorResult)
See Also 





Description

Gets whether the solid is closed. For example, a box with six faces is closed. If one face is removed, the box is open.

Property type

Read-only property

Syntax

[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(
VARIANT_BOOL * pRetVal
);

[Java]
public bool getClosed();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1