Gets or sets the Raster Format containing the bands and the order of the bands that will be extracted.
Read-write property
| [Visual Basic .NET] | 
|---|
Public Property ExtractFormat() As AgEStkGraphicsRasterFormat  | 
| [C#] | 
|---|
public AgEStkGraphicsRasterFormat ExtractFormat {get; set;}  | 
| [Managed C++] | 
|---|
public: __property AgEStkGraphicsRasterFormat get_ExtractFormat();  | 
| [Unmanaged C++] | 
|---|
 | 
| [Java] | 
|---|
public AgEStkGraphicsRasterFormat getExtractFormat(); public void setExtractFormat( AgEStkGraphicsRasterFormat );  | 
[Python - STK API  ] | 
|---|
@property def ExtractFormat(self) -> "AgEStkGraphicsRasterFormat": @ExtractFormat.setter def ExtractFormat(self, ExtractFormat:"AgEStkGraphicsRasterFormat") -> None:  | 






