Visual Basic | |
---|---|
Sub SetNoteAnnotation( _ ByVal Text As System.String, _ ByVal InsertPoint As MathPoint _ ) |
C# | |
---|---|
void SetNoteAnnotation( System.string Text, MathPoint InsertPoint ) |
JavaScript | |
---|---|
SetNoteAnnotation( Text : String, InsertPoint : dsMathPoint ) |
COM native C++ | |
---|---|
HRESULT SetNoteAnnotation( BSTR Text, IMathPoint* InsertPoint ) |
C++ | |
---|---|
DSRESULT SetNoteAnnotation( const dsString& Text, dsMathPoint* InsertPoint ) |
Parameters
- Text
- Text for the Note to attach to the Leader
- InsertPoint
- Point where to attach the Note 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::GetNoteAnnotation Method
ILeader::RemoveAnnotation Method
ILeader Members
ILeader::GetNoteAnnotation Method
ILeader::RemoveAnnotation Method
DraftSight V1R3.1