STK ObjectsSend comments on this topic.
CanAssignAsset Method (IAgCvAssetListCollection)
See Also
ObjectPath
Windows





Windows & Linux

Description

Returns true is you can assign an asset.

Syntax

[Visual Basic .NET]
Public Function CanAssignAsset( _
    ByVal ObjectPath As String _
) As Boolean
[C#]
public bool CanAssignAsset(
    string ObjectPath
);
[Managed C++]
public: bool CanAssignAsset(
    String __gc ^ ObjectPath
);
[Unmanaged C++]
public: HRESULT CanAssignAsset(
    BSTR ObjectPath,
    VARIANT_BOOL * pVal
);
[Java]
public bool canAssignAsset(
    String ObjectPath
);
[Python - STK API ]
def CanAssignAsset(self, ObjectPath:str) -> bool:

Parameters

ObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.