AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_ProcessingLevel(
    AgESnEOIRProcessingLevels pVal
);
[Java]
public AgESnEOIRProcessingLevels getProcessingLevel();
public void setProcessingLevel(
    AgESnEOIRProcessingLevels
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.