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(
|
[Java] |
---|
public IAgVeGfxAttributesBasic getSpline();
|