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 
[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 ** ppRetVal
);

Parameters

ObjectPath

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.