SetTextPoint Method (INote)
Relocates the note or compound note origin to the specified location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetTextPoint( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim X As Double
Dim Y As Double
Dim Z As Double
instance.SetTextPoint(X, Y, Z)
|
C# | |
---|
void SetTextPoint(
double X,
double Y,
double Z
) |
C++/CLI | |
---|
void SetTextPoint(
& double X,
& double Y,
& double Z
) |
Parameters
- X
x coordinate of text reference point
- Y
y coordinate of text reference point
- Z
z coordinate of text reference point
Remarks
See Also