Returns true if the specified STK object type is available.
[Visual Basic .NET] |
---|
Public Function IsObjectTypeAvailable( _ ByVal ObjectType As AgESTKObjectType _ ) As Boolean |
[C#] |
---|
public bool IsObjectTypeAvailable( AgESTKObjectType ObjectType ); |
[Managed C++] |
---|
public: bool IsObjectTypeAvailable( AgESTKObjectType ObjectType ); |
[Unmanaged C++] |
---|
public: HRESULT IsObjectTypeAvailable( AgESTKObjectType ObjectType, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isObjectTypeAvailable( AgESTKObjectType ObjectType ); |
[Python - STK API ] |
---|
def IsObjectTypeAvailable(self, ObjectType:"AgESTKObjectType") -> bool: |
- ObjectType