STK Graphics PrimitivesSend comments on this topic.
NumberOfBands Property (IAgStkGraphicsRasterAttributes)
See Also
Windows





Windows & Linux

Description

Gets the number of bands comprising the raster.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property NumberOfBands() As Integer
[C#]
public int NumberOfBands {get;}
[Managed C++]
public: __property int get_NumberOfBands();
[Unmanaged C++]
public: HRESULT get_NumberOfBands(
    int * pRetVal
);
[Java]
public Integer getNumberOfBands();
[Python - STK API ]
@property
def NumberOfBands(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.