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






Windows & Linux

Description

Gets indices into Positions that define the positions outlining the solid. The indices returned consider the three components of a position (x, y, and z) as a single array element. Multiply the index by 3 to get the location of the x component in Positions.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property OutlineIndices() As System.Array

[C#]
public System.Array OutlineIndices {get;}

[Managed C++]
public: __property System::Array^ get_OutlineIndices();

[Unmanaged C++]
public: HRESULT get_OutlineIndices(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getOutlineIndices();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface