STK ObjectsSend comments on this topic.
IsObjectGraphicsVisibleIn2D Property (IAgChGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether graphics attributes of the chain are visible in 2D Windows.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsObjectGraphicsVisibleIn2D() As Boolean
[C#]
public bool IsObjectGraphicsVisibleIn2D {get; set;}
[Managed C++]
public: __property bool get_IsObjectGraphicsVisibleIn2D();
public: __property void set_IsObjectGraphicsVisibleIn2D( bool );
[Unmanaged C++]
public: HRESULT get_IsObjectGraphicsVisibleIn2D(
    VARIANT_BOOL * pIsVisible
);
public: HRESULT put_IsObjectGraphicsVisibleIn2D(
    VARIANT_BOOL pIsVisible
);
[Java]
public bool getIsObjectGraphicsVisibleIn2D();
public void setIsObjectGraphicsVisibleIn2D(
    bool
);
[Python - STK API ]
@property
def IsObjectGraphicsVisibleIn2D(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.