AGI STK Object Broker 11 Send comments on this topic.
GetUniqueIDFromPath Method (IAgStkOutputObjectPathCollection)
See Also 
Path





Description

Get the unique Entity ID associated with an STK object path.

Syntax

[Visual Basic .NET]
Public Function GetUniqueIDFromPath( _
   ByVal Path As String _
) As String

[C#]
public string GetUniqueIDFromPath(
string Path
);

[Managed C++]
public: String __gc ^ GetUniqueIDFromPath(
String __gc ^ Path
);

[Java]
public String getUniqueIDFromPath(
String Path
);

[Unmanaged C++]
public: HRESULT GetUniqueIDFromPath(
BSTR Path,
BSTR * ReturnValue
);

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1