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






Windows & Linux

Description

Returns true if an asset is already assigned.

Syntax

[Visual Basic .NET]
Public Function IsAssetAssigned( _
   ByVal ObjectPath As String _
) As Boolean
[C#]
public bool IsAssetAssigned(
   string ObjectPath
);
[Managed C++]
public: bool IsAssetAssigned(
   String __gc ^ ObjectPath
);
[Java]
public bool isAssetAssigned(
   String ObjectPath
);
[Unmanaged C++]
public: HRESULT IsAssetAssigned(
   BSTR ObjectPath,
   VARIANT_BOOL * ReturnValue
);

Parameters

ObjectPath

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.