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





Windows & Linux

Description

Vector of scalar values representing volumetric data.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.