| Visual Basic | |
|---|---|
Function InsertTolerance( _ ByVal TolerancePositionDblArray As System.Object, _ ByVal TextString As System.String _ ) As Tolerance | |
| C# | |
|---|---|
Tolerance InsertTolerance( System.object TolerancePositionDblArray, System.string TextString ) | |
| JavaScript | |
|---|---|
InsertTolerance( TolerancePositionDblArray : Array, TextString : String ) : dsTolerance | |
| COM native C++ | |
|---|---|
HRESULT InsertTolerance( VARIANT TolerancePositionDblArray, BSTR TextString, ITolerance** Tolerance ) | |
| C++ | |
|---|---|
DSRESULT InsertTolerance( const dsDoubleArray& TolerancePositionDblArray, const dsString& TextString, dsTolerance** Tolerance ) | |
Parameters
- TolerancePositionDblArray
- Array of three doubles indicating the point where to place the Tolerance
- TextString
- Datum identifier
- Tolerance[out] or Return Value
- Tolerance
Create Aligned Linear and Ordinate Dimensions (C#)
Create Aligned Linear and Ordinate Dimensions (VB.NET)
Create Aligned Linear and Ordinate Dimensions (VBA)
Create Aligned Linear and Ordinate Dimensions (VB.NET)
Create Aligned Linear and Ordinate Dimensions (VBA)
DraftSight V1R1.2
Syntax