SetActiveCustomCoordinateSystemOrigin Method (ICustomCoordinateSystemManager)
Sets the origin of the active coordinate system.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetActiveCustomCoordinateSystemOrigin( _
double OriginX As System.Double, _
double OriginY As System.Double, _
double OriginZ As System.Double _
) |
C# | |
---|
void SetActiveCustomCoordinateSystemOrigin(
System.double OriginX,
System.double OriginY,
System.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