AGI STK Graphics 11Send comments on this topic.
ExtractFormat Property (IAgStkGraphicsBandExtractFilter)
See Also 
Windows






Windows & Linux

Description

Gets or sets the Raster Format containing the bands and the order of the bands that will be extracted.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExtractFormat() As AgEStkGraphicsRasterFormat
[C#]
public AgEStkGraphicsRasterFormat ExtractFormat {get; set;}
[Managed C++]
public: __property AgEStkGraphicsRasterFormat get_ExtractFormat();
public: __property void set_ExtractFormat(
   AgEStkGraphicsRasterFormat
);
[Unmanaged C++]
public: HRESULT get_ExtractFormat(
   AgEStkGraphicsRasterFormat * pRetVal
);
public: HRESULT put_ExtractFormat(
   AgEStkGraphicsRasterFormat NewExtractFormat
);
[Java]
public AgEStkGraphicsRasterFormat getExtractFormat();public void setExtractFormat(
   AgEStkGraphicsRasterFormat
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.