STK ObjectsSend 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
);
[Python - STK API ]
@property
def RenderBand(self) -> bool:

@RenderBand.setter
def RenderBand(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.