STK Vector Geometry ToolSend comments on this topic.
Distance Property (IAgCrdnVolumeCalcDelayRange)
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
);
[Python - STK API ]
@property
def Distance(self) -> "AgECrdnVolumeCalcRangeDistanceType":

@Distance.setter
def Distance(self, Distance:"AgECrdnVolumeCalcRangeDistanceType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.