Object : UCSs
The collection to add the new object to.
Origin : Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying where the UCS is to be added.
XAxisPoint : Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying a point on the positive X axis of the UCS. The XAxisPoint and YAxisPoint together cannot specify the same location as the Origin.
YAxisPoint : Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying a point on the positive Y axis of the UCS.
(The Z axis follows by applying the right-hand rule.)
Name : String; input-only
The name of the UCS to add to the collection.
RetVal : UCS object
The newly added UCS object.