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





Description

The tap point output ProcessingLevel for the sensor specifying the stage in the imaging pipeline to produce simulated images and output files.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProcessingLevel() As AgESnEOIRProcessingLevels

[C#]
public AgESnEOIRProcessingLevels ProcessingLevel {get; set;}

[Managed C++]
public: __property AgESnEOIRProcessingLevels get_ProcessingLevel();
public: __property void set_ProcessingLevel(
AgESnEOIRProcessingLevels
);

[Unmanaged C++]
public: HRESULT get_ProcessingLevel(
AgESnEOIRProcessingLevels * pRetVal
);
public: HRESULT put_ProcessingLevel(
AgESnEOIRProcessingLevels NewProcessingLevel
);

[Java]
public AgESnEOIRProcessingLevels getProcessingLevel();public void setProcessingLevel(
AgESnEOIRProcessingLevels
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1