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 IAgStkAccess
|
[C#] |
---|
public IAgStkAccess GetAccessBetweenObjectsByPath(
|
[Managed C++] |
---|
public: IAgStkAccess^ GetAccessBetweenObjectsByPath(
|
[Java] |
---|
public IAgStkAccess getAccessBetweenObjectsByPath(
|
[Unmanaged C++] |
---|
public: HRESULT GetAccessBetweenObjectsByPath(
|
- ObjectPath1
- ObjectPath2