Gets Distance Level.
Read-only property
[Visual Basic .NET] |
---|
Public Property DistanceLevel() As AgEVOLabelSwapDistance |
[C#] |
---|
public AgEVOLabelSwapDistance DistanceLevel {get;} |
[Managed C++] |
---|
public: __property AgEVOLabelSwapDistance get_DistanceLevel(); |
[Unmanaged C++] |
---|
public: HRESULT get_DistanceLevel( AgEVOLabelSwapDistance * pVal ); |
[Java] |
---|
public AgEVOLabelSwapDistance getDistanceLevel(); |
[Python - STK API ] |
---|
@property def DistanceLevel(self) -> "AgEVOLabelSwapDistance": |