InsertTolerance Method (ISketchManager) Send Feedback
See Also  Example
Tolerance[out]
Tolerance
TolerancePositionDblArray
Array of three doubles indicating the point where to place the Tolerance
TextString
Datum identifier
Inserts a geometric Tolerance.

Syntax

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

Example

 

See Also

Availability

DraftSight V1R1.2