STK ObjectsSend comments on this topic.
Spline Property (IAgVeGfxAttributesRealtime)
See Also
Windows





Windows & Linux

Description

Get the spline between the last point received and the new point.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Spline() As IAgVeGfxAttributesBasic
[C#]
public IAgVeGfxAttributesBasic Spline {get;}
[Managed C++]
public: __property IAgVeGfxAttributesBasic ^ get_Spline();
[Unmanaged C++]
public: HRESULT get_Spline(
    IAgVeGfxAttributesBasic ** ppVal
);
[Java]
public IAgVeGfxAttributesBasic getSpline();
[Python - STK API ]
@property
def Spline(self) -> "IAgVeGfxAttributesBasic":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.