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






Windows & Linux

Description

Gets the boundary positions along the bottom of the extrusion. Three array elements (in the order x, y, z) constitute one position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BottomBoundaryPositions() As System.Array
[C#]
public System.Array BottomBoundaryPositions {get;}
[Managed C++]
public: __property System::Array^ get_BottomBoundaryPositions();
[Unmanaged C++]
public: HRESULT get_BottomBoundaryPositions(
   SAFEARRAY ** ppRetVal
);
[Java]
public Object[] getBottomBoundaryPositions();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.