Leading/trailing route pass data.
Read-only property
[Visual Basic .NET] |
---|
Public Property Route() As IAgVeGfxLeadTrailData |
[C#] |
---|
public IAgVeGfxLeadTrailData Route {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxLeadTrailData ^ get_Route(); |
[Unmanaged C++] |
---|
public: HRESULT get_Route( IAgVeGfxLeadTrailData ** ppVal ); |
[Java] |
---|
public IAgVeGfxLeadTrailData getRoute(); |
[Python - STK API ] |
---|
@property def Route(self) -> "IAgVeGfxLeadTrailData": |