GetAlignmentPoint Method (IAttributeInstance) Send Feedback
See Also 
X[out]
x coordinate of the alignment point
Y[out]
y coordinate of the alignment point
Z[out]
z coordinate of the alignment point
Gets the alignment point of the BlockAttribute instance.

Syntax

Visual Basic 
Sub GetAlignmentPoint( _
   ByRef X As System.Double, _
   ByRef Y As System.Double, _
   ByRef Z As System.Double _
) 
C# 
void GetAlignmentPoint( 
   out System.double X,
   out System.double Y,
   out System.double Z
)
JavaScript 
GetAlignmentPoint(
) : {
   X : Number,
   Y : Number,
   Z : Number
}
COM native C++ 
HRESULT GetAlignmentPoint( 
   DOUBLE* X,
   DOUBLE* Y,
   DOUBLE* Z
) 
C++ 
DSRESULT GetAlignmentPoint( 
   double* X,
   double* Y,
   double* Z
) 

Parameters

X[out]
x coordinate of the alignment point
Y[out]
y coordinate of the alignment point
Z[out] or Return Value
z coordinate of the alignment point
 

See Also

Availability

DraftSight V1R5.0