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





Windows & Linux

Description

Get the impact point.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Impact() As IAgVeImpact
[C#]
public IAgVeImpact Impact {get;}
[Managed C++]
public: __property IAgVeImpact ^ get_Impact();
[Unmanaged C++]
public: HRESULT get_Impact(
    IAgVeImpact ** ppVal
);
[Java]
public IAgVeImpact getImpact();
[Python - STK API ]
@property
def Impact(self) -> "IAgVeImpact":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.