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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface