AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_RenderBand(
    VARIANT_BOOL pVal
);
[Java]
public bool getRenderBand();
public void setRenderBand(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.