Returns a full path of the object.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Path() As String |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Path(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public String getPath(); |
The semantics of the value returned by the Path property may differ depending on the hosting environment. In STK, the value returned by the Path property is a path of a valid STK object currently selected in the STK Object Browser. The Path can be used to get an instance of an STK object using the STK Object Model.





