Opt whether to inherit the 3D leading/trailing track data from 2D graphics.
Read-write property
[Visual Basic .NET] |
---|
Public Property InheritFrom2D() As Boolean |
[C#] |
---|
public bool InheritFrom2D {get; set;} |
[Managed C++] |
---|
public: __property bool get_InheritFrom2D(); |
[Unmanaged C++] |
---|
public: HRESULT get_InheritFrom2D( VARIANT_BOOL * pVal ); public: HRESULT put_InheritFrom2D( VARIANT_BOOL InheritFrom2D ); |
[Java] |
---|
public bool getInheritFrom2D(); public void setInheritFrom2D( bool ); |