STK Vector Geometry ToolSend comments on this topic.
Distance Property (IAgCrdnVolumeCalcRange)
See Also
Windows






Windows & Linux

Description

The Volume Calc range distance types.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Distance() As AgECrdnVolumeCalcRangeDistanceType
[C#]
public AgECrdnVolumeCalcRangeDistanceType Distance {get; set;}
[Managed C++]
public: __property AgECrdnVolumeCalcRangeDistanceType get_Distance();
public: __property void set_Distance( AgECrdnVolumeCalcRangeDistanceType );
[Unmanaged C++]
public: HRESULT get_Distance(
    AgECrdnVolumeCalcRangeDistanceType * pRetVal
);
public: HRESULT put_Distance(
    AgECrdnVolumeCalcRangeDistanceType Distance
);
[Java]
public AgECrdnVolumeCalcRangeDistanceType getDistance();
public void setDistance(
    AgECrdnVolumeCalcRangeDistanceType
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.