The criterion used for determining the projection distance. A member of the AgESnProjectionDistanceType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property DistanceType() As AgESnProjectionDistanceType |
[C#] |
---|
public AgESnProjectionDistanceType DistanceType {get; set;} |
[Managed C++] |
---|
public: __property AgESnProjectionDistanceType get_DistanceType(); |
[Unmanaged C++] |
---|
public: HRESULT get_DistanceType( AgESnProjectionDistanceType * pVal ); public: HRESULT put_DistanceType( AgESnProjectionDistanceType pVal ); |
[Java] |
---|
public AgESnProjectionDistanceType getDistanceType(); public void setDistanceType( AgESnProjectionDistanceType ); |
[Python - STK API ] |
---|
@property def DistanceType(self) -> "AgESnProjectionDistanceType": @DistanceType.setter def DistanceType(self, pVal:"AgESnProjectionDistanceType") -> None: |