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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.