AGI STK Objects 11 Send comments on this topic.
JitterType Property (IAgSnEOIRPattern)
See Also 
Windows






Windows & Linux

Description

Type of jitter specification.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JitterType() As AgESnEOIRJitterTypes

[C#]
public AgESnEOIRJitterTypes JitterType {get; set;}

[Managed C++]
public: __property AgESnEOIRJitterTypes get_JitterType();
public: __property void set_JitterType(
AgESnEOIRJitterTypes
);

[Unmanaged C++]
public: HRESULT get_JitterType(
AgESnEOIRJitterTypes * pRetVal
);
public: HRESULT put_JitterType(
AgESnEOIRJitterTypes NewJitterType
);

[Java]
public AgESnEOIRJitterTypes getJitterType();public void setJitterType(
AgESnEOIRJitterTypes
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface