Returns a full path of the object.
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( BSTR * pRetVal ); |
[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.