STK ObjectsSend comments on this topic.
IsObjectTypeAvailable Method (IAgAvailableFeatures)
See Also
ObjectType
Windows





Windows & Linux

Description

Returns true if the specified STK object type is available.

Syntax

[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:

Parameters

ObjectType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.