| Visual Basic | |
|---|---|
Function InsertSolid( _ ByVal CoordinateDblArray As System.Object _ ) As Solid | |
| C# | |
|---|---|
Solid InsertSolid( System.object CoordinateDblArray ) | |
| JavaScript | |
|---|---|
InsertSolid( CoordinateDblArray : Array ) : dsSolid | |
| COM native C++ | |
|---|---|
HRESULT InsertSolid( VARIANT CoordinateDblArray, ISolid** Solid ) | |
| C++ | |
|---|---|
DSRESULT InsertSolid( const dsDoubleArray& CoordinateDblArray, dsSolid** Solid ) | |
Parameters
- CoordinateDblArray
- Array of doubles of the coordinates of the four vertices of corner points of the 2D Solid
- Solid[out] or Return Value
- 2D Solid
DraftSight V1R1.3
Syntax