SetAlignmentPoint Method (IAttributeDefinition) Send Feedback
See Also 
X
x coordinate for the alignment point
Y
y coordinate for the alignment point
Z
z coordinate for the alignment point
Sets the alignment point for the BlockAttribute definition.

Syntax

Visual Basic 
Sub SetAlignmentPoint( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) 
C# 
void SetAlignmentPoint( 
   System.double X,
   System.double Y,
   System.double Z
)
JavaScript 
SetAlignmentPoint( 
   X : Number,
   Y : Number,
   Z : Number
)
COM native C++ 
HRESULT SetAlignmentPoint( 
   DOUBLE X,
   DOUBLE Y,
   DOUBLE Z
) 
C++ 
DSRESULT SetAlignmentPoint( 
   double X,
   double Y,
   double Z
) 

Parameters

X
x coordinate for the alignment point
Y
y coordinate for the alignment point
Z
z coordinate for the alignment point

Remarks

You can set the alignment point, position, or both, for the BlockAttribute definition's text, depending on the justification.
 

See Also

Availability

DraftSight V1R5.0