AGI STK Objects 11Send comments on this topic.
BandName Property (IAgSnEOIRBand)
See Also 
Windows






Windows & Linux

Description

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 * pRetVal
);
public: HRESULT put_BandName(
   BSTR NewBandName
);
[Java]
public String getBandName();public void setBandName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.