Returns the access object currently associated with the two STK objects specified using their paths. The paths can be fully-qualified or truncated.
[Visual Basic .NET] |
---|
Public Function GetAccessBetweenObjectsByPath( _ ByVal ObjectPath1 As String, _ ByVal ObjectPath2 As String _ ) As |
[C#] |
---|
public IAgStkAccess GetAccessBetweenObjectsByPath( string ObjectPath1, string ObjectPath2 ); |
[Managed C++] |
---|
public: IAgStkAccess^ GetAccessBetweenObjectsByPath( String __gc ^ ObjectPath1, String __gc ^ ObjectPath2 ); |
[Java] |
---|
public IAgStkAccess getAccessBetweenObjectsByPath( String ObjectPath1, String ObjectPath2 ); |
[Unmanaged C++] |
---|
public: HRESULT GetAccessBetweenObjectsByPath( BSTR ObjectPath1, BSTR ObjectPath2, IAgStkAccess ** ppRetVal ); |
- ObjectPath1
- ObjectPath2