Returns the component's fully qualified path
(ie. \"CentralBody/Earth Body\", etc.).
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Path() As String
|
| [C#] |
|---|
public string Path {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Path();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Path(
|
| [Java] |
|---|
public String getPath();
|