STK ObjectsSend comments on this topic.
BandName Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets the name of the band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BandName() As String
[C#]
public string BandName {get; set;}
[Managed C++]
public: __property String __gc ^ get_BandName();
public: __property void set_BandName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_BandName(
    BSTR * pVal
);
public: HRESULT put_BandName(
    BSTR pVal
);
[Java]
public String getBandName();
public void setBandName(
    String
);
[Python - STK API ]
@property
def BandName(self) -> str:

@BandName.setter
def BandName(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.