STK ObjectsSend 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 * pVal
);
public: HRESULT put_InheritFrom2D(
    VARIANT_BOOL InheritFrom2D
);
[Java]
public bool getInheritFrom2D();
public void setInheritFrom2D(
    bool
);
[Python - STK API ]
@property
def InheritFrom2D(self) -> bool:

@InheritFrom2D.setter
def InheritFrom2D(self, InheritFrom2D:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.