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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface