SetToleranceAnnotation Method (ILeader) Send Feedback
See Also  Example
ToleranceText
Text for the geometric Tolerance to attach to the Leader
InsertPoint
Point where to insert the geometric Tolerance to the Leader
Attaches a geometric Tolerance to the Leader.

Syntax

Visual Basic 
Sub SetToleranceAnnotation( _
   ByVal ToleranceText As System.String, _
   ByVal InsertPoint As MathPoint _
) 
C# 
void SetToleranceAnnotation( 
   System.string ToleranceText,
   MathPoint InsertPoint
)
JavaScript 
SetToleranceAnnotation( 
   ToleranceText : String,
   InsertPoint : dsMathPoint
)
COM native C++ 
HRESULT SetToleranceAnnotation( 
   BSTR ToleranceText,
   IMathPoint* InsertPoint
) 
C++ 
DSRESULT SetToleranceAnnotation( 
   const dsString& ToleranceText,
   dsMathPoint* InsertPoint
) 

Parameters

ToleranceText
Text for the geometric Tolerance to attach to the Leader
InsertPoint
Point where to insert the geometric Tolerance to the Leader

Example

 

See Also

Availability

DraftSight V1R3.1