STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetAssetFromPath(
    BSTR ObjectPath,
    IAgCvAssetListElement ** ppRetVal
);
[Java]
public IAgCvAssetListElement getAssetFromPath(
    String ObjectPath
);
[Python - STK API ]
def GetAssetFromPath(self, ObjectPath:str) -> "IAgCvAssetListElement":

Parameters

ObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.