Method UCS
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
UCS(string)
Sets the user coordinate system of the active layout.
public void UCS(string ucsType)
Parameters
ucsTypestringA string representing the Coordinate System(valid values:"WORLD","VIEW","PREV")
UCS(Matrix)
Sets the user coordinate system of the active layout.
public void UCS(Matrix mat)
Parameters
UCS(gPoint, gPoint, gPoint)
Sets the user coordinate system of the active layout.
public void UCS(gPoint origin, gPoint xdir, gPoint ydir)