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






Windows & Linux

Description

Band render flag

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RenderBand() As Boolean

[C#]
public bool RenderBand {get; set;}

[Managed C++]
public: __property bool get_RenderBand();
public: __property void set_RenderBand(
bool
);

[Unmanaged C++]
public: HRESULT get_RenderBand(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RenderBand(
VARIANT_BOOL NewRenderBand
);

[Java]
public bool getRenderBand();public void setRenderBand(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface