STK ObjectsSend comments on this topic.
StaticGfx Property (IAgVeGfxGroundEllipsesElement)
See Also
Windows





Windows & Linux

Description

Opt whether to display static graphics: all ellipses are displayed in the graphics windows.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StaticGfx() As Boolean
[C#]
public bool StaticGfx {get; set;}
[Managed C++]
public: __property bool get_StaticGfx();
public: __property void set_StaticGfx( bool );
[Unmanaged C++]
public: HRESULT get_StaticGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StaticGfx(
    VARIANT_BOOL InVal
);
[Java]
public bool getStaticGfx();
public void setStaticGfx(
    bool
);
[Python - STK API ]
@property
def StaticGfx(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.