Get impact location type.
Read-only property
[Visual Basic .NET] |
---|
Public Property ImpactLocationType() As AgEVeImpactLocation |
[C#] |
---|
public AgEVeImpactLocation ImpactLocationType {get;} |
[Managed C++] |
---|
public: __property AgEVeImpactLocation get_ImpactLocationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ImpactLocationType( AgEVeImpactLocation * pVal ); |
[Java] |
---|
public AgEVeImpactLocation getImpactLocationType(); |
[Python - STK API ] |
---|
@property def ImpactLocationType(self) -> "AgEVeImpactLocation": |