AlignActiveCustomCoordinateSystemZAxis Method (ICustomCoordinateSystemManager) Send Feedback
See Also 
OriginX
x coordinate of the origin
OriginY
y coordinate of the origin
OriginZ
z coordinate of the origin
DirectionX
x coordinate of the direction point
DirectionY
y coordinate of the direction point
DirectionZ
z coordinate of the direction point
Aligns the active coordinate system's z axis in the specified direction with the specified origin.

Syntax

Visual Basic 
Sub AlignActiveCustomCoordinateSystemZAxis( _
   ByVal OriginX As System.Double, _
   ByVal OriginY As System.Double, _
   ByVal OriginZ As System.Double, _
   ByVal DirectionX As System.Double, _
   ByVal DirectionY As System.Double, _
   ByVal DirectionZ As System.Double _
) 
C# 
void AlignActiveCustomCoordinateSystemZAxis( 
   System.double OriginX,
   System.double OriginY,
   System.double OriginZ,
   System.double DirectionX,
   System.double DirectionY,
   System.double DirectionZ
)
JavaScript 
AlignActiveCustomCoordinateSystemZAxis( 
   OriginX : Number,
   OriginY : Number,
   OriginZ : Number,
   DirectionX : Number,
   DirectionY : Number,
   DirectionZ : Number
)
COM native C++ 
HRESULT AlignActiveCustomCoordinateSystemZAxis( 
   DOUBLE OriginX,
   DOUBLE OriginY,
   DOUBLE OriginZ,
   DOUBLE DirectionX,
   DOUBLE DirectionY,
   DOUBLE DirectionZ
) 
C++ 
DSRESULT AlignActiveCustomCoordinateSystemZAxis( 
   double OriginX,
   double OriginY,
   double OriginZ,
   double DirectionX,
   double DirectionY,
   double DirectionZ
) 

Parameters

OriginX
x coordinate of the origin
OriginY
y coordinate of the origin
OriginZ
z coordinate of the origin
DirectionX
x coordinate of the direction point
DirectionY
y coordinate of the direction point
DirectionZ
z coordinate of the direction point
 

See Also

Availability

DraftSight V1R1.4