Area of uncertainty label swap distance.
Read-only property
[Visual Basic .NET] |
---|
Public Property AOULabelSwapDistance() As IAgVOLabelSwapDistance |
[C#] |
---|
public IAgVOLabelSwapDistance AOULabelSwapDistance {get;} |
[Managed C++] |
---|
public: __property IAgVOLabelSwapDistance ^ get_AOULabelSwapDistance(); |
[Unmanaged C++] |
---|
public: HRESULT get_AOULabelSwapDistance( IAgVOLabelSwapDistance ** ppVal ); |
[Java] |
---|
public IAgVOLabelSwapDistance getAOULabelSwapDistance(); |
[Python - STK API ] |
---|
@property def AOULabelSwapDistance(self) -> "IAgVOLabelSwapDistance": |