The Volume Calc range distance types.
Read-write property
[Visual Basic .NET] |
---|
Public Property Distance() As AgECrdnVolumeCalcRangeDistanceType |
[C#] |
---|
public AgECrdnVolumeCalcRangeDistanceType Distance {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnVolumeCalcRangeDistanceType get_Distance(); |
[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: |