Returns true if an asset is already assigned.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT IsAssetAssigned( BSTR ObjectPath, VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool isAssetAssigned( String ObjectPath ); |
[Python - STK API ] |
---|
def IsAssetAssigned(self, ObjectPath:str) -> bool: |
- ObjectPath