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





Windows & Linux

Description

Method to set the impact type.

Syntax

[Visual Basic .NET]
Public Sub SetImpactType( _
    ByVal Impact As AgEVeImpact _
)
[C#]
public void SetImpactType(
    AgEVeImpact Impact
);
[Managed C++]
public: void SetImpactType(
    AgEVeImpact Impact
);
[Unmanaged C++]
public: HRESULT SetImpactType(
    AgEVeImpact Impact
);
[Java]
public void setImpactType(
    AgEVeImpact Impact
);
[Python - STK API ]
def SetImpactType(self, Impact:"AgEVeImpact") -> None:

Parameters

Impact

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.