Type of jitter specification.
Read-write property
[Visual Basic .NET] |
---|
Public Property JitterType() As AgESnEOIRJitterTypes |
[C#] |
---|
public AgESnEOIRJitterTypes JitterType {get; set;} |
[Managed C++] |
---|
public: __property AgESnEOIRJitterTypes get_JitterType(); |
[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: |