STK Vector Geometry ToolSend comments on this topic.
VolumeMetricPositionVector Property (IAgCrdnVolumeGridResult)
See Also
Windows





Windows & Linux

Description

Vector of Cartesian coordinates of all volume grid points.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VolumeMetricPositionVector() As System.Array
[C#]
public System.Array VolumeMetricPositionVector {get;}
[Managed C++]
public: __property System::Array get_VolumeMetricPositionVector();
[Unmanaged C++]
public: HRESULT get_VolumeMetricPositionVector(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getVolumeMetricPositionVector();
[Python - STK API ]
@property
def VolumeMetricPositionVector(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.