Constellation's routing settings.
Read-only property
[Visual Basic .NET] |
---|
Public Property Routing() As IAgCnRouting |
[C#] |
---|
public IAgCnRouting Routing {get;} |
[Managed C++] |
---|
public: __property IAgCnRouting ^ get_Routing(); |
[Unmanaged C++] |
---|
public: HRESULT get_Routing( IAgCnRouting ** ppRetVal ); |
[Java] |
---|
public IAgCnRouting getRouting(); |
[Python - STK API ] |
---|
@property def Routing(self) -> "IAgCnRouting": |