STK Graphics PrimitivesSend 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 ExtractFormat
);
[Java]
public AgEStkGraphicsRasterFormat getExtractFormat();
public void setExtractFormat(
    AgEStkGraphicsRasterFormat
);
[Python - STK API ]
@property
def ExtractFormat(self) -> "AgEStkGraphicsRasterFormat":

@ExtractFormat.setter
def ExtractFormat(self, ExtractFormat:"AgEStkGraphicsRasterFormat") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.