AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_InheritFrom2dGfx(
VARIANT_BOOL NewInheritFrom2dGfx
);

[Java]
public bool getInheritFrom2dGfx();public void setInheritFrom2dGfx(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface