SetActiveCustomCoordinateSystemOrigin Method (ICustomCoordinateSystemManager) Send Feedback
See Also  Example
OriginX
x coordinate of the origin
OriginY
y coordinate of the origin
OriginZ
z coordinate of the origin
Sets the origin of the active coordinate system.

Syntax

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

Parameters

OriginX
x coordinate of the origin
OriginY
y coordinate of the origin
OriginZ
z coordinate of the origin

Example

 

See Also

Availability

DraftSight V1R1.4