AGI STK Objects 11 Send comments on this topic.
IntegratorType Property (IAgRadarPulseIntegrationFixedNumberOfPulses)
See Also 





Description

Gets or sets the integrator type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegratorType() As AgERadarPulseIntegratorType

[C#]
public AgERadarPulseIntegratorType IntegratorType {get; set;}

[Managed C++]
public: __property AgERadarPulseIntegratorType get_IntegratorType();
public: __property void set_IntegratorType(
AgERadarPulseIntegratorType
);

[Unmanaged C++]
public: HRESULT get_IntegratorType(
AgERadarPulseIntegratorType * pRetVal
);
public: HRESULT put_IntegratorType(
AgERadarPulseIntegratorType NewIntegratorType
);

[Java]
public AgERadarPulseIntegratorType getIntegratorType();public void setIntegratorType(
AgERadarPulseIntegratorType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1