STK ObjectsSend comments on this topic.
IsImpactTypeSupported Method (IAgVeImpactLocationPoint)
See Also
Impact
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsImpactTypeSupported( _
    ByVal Impact As AgEVeImpact _
) As Boolean
[C#]
public bool IsImpactTypeSupported(
    AgEVeImpact Impact
);
[Managed C++]
public: bool IsImpactTypeSupported(
    AgEVeImpact Impact
);
[Unmanaged C++]
public: HRESULT IsImpactTypeSupported(
    AgEVeImpact Impact,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isImpactTypeSupported(
    AgEVeImpact Impact
);
[Python - STK API ]
def IsImpactTypeSupported(self, Impact:"AgEVeImpact") -> bool:

Parameters

Impact

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.