Specify whether star properties set for 2D Graphics are used in the 3D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property InheritFrom2dGfx() As Boolean |
[C#] |
---|
public bool InheritFrom2dGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_InheritFrom2dGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_InheritFrom2dGfx( VARIANT_BOOL * pInheritFrom2dfx ); public: HRESULT put_InheritFrom2dGfx( VARIANT_BOOL InheritFrom2dfx ); |
[Java] |
---|
public bool getInheritFrom2dGfx(); public void setInheritFrom2dGfx( bool ); |