AGI STK Objects 11Send comments on this topic.
InheritFrom2dGfx Property (IAgStVO)
See Also
Windows






Windows & Linux

Description

Specify whether star 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 * pInheritFrom2dfx
);
public: HRESULT put_InheritFrom2dGfx(
    VARIANT_BOOL InheritFrom2dfx
);
[Java]
public bool getInheritFrom2dGfx();
public void setInheritFrom2dGfx(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.