Description
An STK-conformant path to the VGT component that can be used to visualize the VGT components in 3D (i.e. \"CentralBody/Earth Body Vector\", etc.).
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property QualifiedPath() As String
|
| [C#] |
|---|
public string QualifiedPath {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_QualifiedPath();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_QualifiedPath(
BSTR * pRetVal
);
|
| [Java] |
|---|
public String getQualifiedPath();
|
| [Python - STK API] |
|---|
@property
def QualifiedPath(self) -> str:
|
See Also