STK Graphics PrimitivesSend comments on this topic.
LensFlareEnabled Property (IAgStkGraphicsVisualEffects)
See Also
Windows





Windows & Linux

Description

Gets or sets whether or not the lens flare effect is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LensFlareEnabled() As Boolean
[C#]
public bool LensFlareEnabled {get; set;}
[Managed C++]
public: __property bool get_LensFlareEnabled();
public: __property void set_LensFlareEnabled( bool );
[Unmanaged C++]
public: HRESULT get_LensFlareEnabled(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_LensFlareEnabled(
    VARIANT_BOOL LensFlareEnabled
);
[Java]
public bool getLensFlareEnabled();
public void setLensFlareEnabled(
    bool
);
[Python - STK API ]
@property
def LensFlareEnabled(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.