Get the spline between the last point received and the new point.
Read-only property
[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": |