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
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
DraftSight V1R1.4