AGI STK Objects 11 Send comments on this topic.
GetAssetFromPath Method (IAgCvAssetListCollection)
See Also 
ObjectPath





Description

Retrieves an element, given an object path.

Syntax

[Visual Basic .NET]
Public Function GetAssetFromPath( _
   ByVal ObjectPath As String _
) As IAgCvAssetListElement

[C#]
public IAgCvAssetListElement GetAssetFromPath(
string ObjectPath
);

[Managed C++]
public: IAgCvAssetListElement^ GetAssetFromPath(
String __gc ^ ObjectPath
);

[Java]
public IAgCvAssetListElement getAssetFromPath(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT GetAssetFromPath(
BSTR ObjectPath,
IAgCvAssetListElement ** ReturnValue
);

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1