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 * pRetVal
);
public: HRESULT put_InheritFrom2dGfx(
VARIANT_BOOL NewInheritFrom2dGfx
);
|
| [Java] |
public bool getInheritFrom2dGfx();public void setInheritFrom2dGfx(
bool
);
|
See Also