Class constructor. Sets all the params a polyline needs to exist
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public Spline( XYZ pos, int type, int width, Color color, int layer ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ pos As XYZ, _ type As Integer, _ width As Integer, _ color As Color, _ layer As Integer _ ) |
Visual C++ |
---|
public: Spline( XYZ^ pos, int type, int width, Color color, int layer ) |
Parameters
- pos
- Type: GLSV..::.XYZ
Position
- type
- Type: System..::.Int32
Type
- width
- Type: System..::.Int32
Width
- color
- Type: System.Drawing..::.Color
Color
- layer
- Type: System..::.Int32
Layer