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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.