AGI STK Objects 11 Send comments on this topic.
InheritFrom2D Property (IAgVeVOOrbitTrackData)
See Also 





Description

Opt whether to inherit the 3D leading/trailing track data from 2D graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritFrom2D() As Boolean

[C#]
public bool InheritFrom2D {get; set;}

[Managed C++]
public: __property bool get_InheritFrom2D();
public: __property void set_InheritFrom2D(
bool
);

[Unmanaged C++]
public: HRESULT get_InheritFrom2D(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InheritFrom2D(
VARIANT_BOOL NewInheritFrom2D
);

[Java]
public bool getInheritFrom2D();public void setInheritFrom2D(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1