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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1