IntelliCAD 11.1 Object Library
Add Method
See Also 
Origin

A Point object representing the coordinates where the UCS will be added.

XAxis
A Vector object representing the x-axis of the UCS.
YAxis
A Vector object representing the y-axis of the UCS.
Name
The name of the UCS object to be created.
UserCoordSystems Collection : Add Method

Description

Adds a new User Coordinate System to the collection.

Syntax

Visual Basic
Public Function Add( _
   ByVal Origin As Point, _
   ByVal XAxis As Vector, _
   ByVal YAxis As Vector, _
   ByVal Name As String _
) As UserCoordSystem

Parameters

Origin

A Point object representing the coordinates where the UCS will be added.

XAxis
A Vector object representing the x-axis of the UCS.
YAxis
A Vector object representing the y-axis of the UCS.
Name
The name of the UCS object to be created.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.