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






Windows & Linux

Description

Jitter description data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JitterDataFile() As String
[C#]
public string JitterDataFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_JitterDataFile();
public: __property void set_JitterDataFile(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_JitterDataFile(
   BSTR * pRetVal
);
public: HRESULT put_JitterDataFile(
   BSTR NewJitterDataFile
);
[Java]
public String getJitterDataFile();public void setJitterDataFile(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.