STK ObjectsSend comments on this topic.
InheritFrom2dGfx Property (IAgPlVO)
See Also
Windows





Windows & Linux

Description

Specify whether planet properties set for 2D Graphics are used in the 3D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritFrom2dGfx() As Boolean
[C#]
public bool InheritFrom2dGfx {get; set;}
[Managed C++]
public: __property bool get_InheritFrom2dGfx();
public: __property void set_InheritFrom2dGfx( bool );
[Unmanaged C++]
public: HRESULT get_InheritFrom2dGfx(
    VARIANT_BOOL * pInherit
);
public: HRESULT put_InheritFrom2dGfx(
    VARIANT_BOOL pInherit
);
[Java]
public bool getInheritFrom2dGfx();
public void setInheritFrom2dGfx(
    bool
);
[Python - STK API ]
@property
def InheritFrom2dGfx(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.