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
Attach Note and Tolerance Annotations to Leaders (C#)
Attach Note and Tolerance Annotations to Leaders (VB.NET)
Attach Note and Tolerance Annotations to Leaders (VBA)
Attach Note and Tolerance Annotations to Leaders (JavaScript)
Attach Note and Tolerance Annotations to Leaders (VB.NET)
Attach Note and Tolerance Annotations to Leaders (VBA)
Attach Note and Tolerance Annotations to Leaders (JavaScript)
ILeader Interface
ILeader Members
ILeader::GetToleranceAnnotation Method
ILeader::RemoveAnnotation Method
ILeader Members
ILeader::GetToleranceAnnotation Method
ILeader::RemoveAnnotation Method
DraftSight V1R3.1