STK ObjectsSend 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 * pVal
);
public: HRESULT put_JitterType(
    AgESnEOIRJitterTypes pVal
);
[Java]
public AgESnEOIRJitterTypes getJitterType();
public void setJitterType(
    AgESnEOIRJitterTypes
);
[Python - STK API ]
@property
def JitterType(self) -> "AgESnEOIRJitterTypes":

@JitterType.setter
def JitterType(self, pVal:"AgESnEOIRJitterTypes") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.