Share

UserCoordinateSystems.Add Method

Parent Object: UserCoordinateSystems

Description

Method that creates a new User Coordinate System. The newly created UserCoordinateSystem object is returned.

Syntax

UserCoordinateSystems.Add( Definition As UserCoordinateSystemDefinition ) As UserCoordinateSystem

Parameters

Name Type Description
Definition UserCoordinateSystemDefinition Input UserCoordinateSystemDefinition object that defines the coordinate system you want to create. A UserCoordinateSystemDefinition object can be created using the UserCoordinateSystems.CreateDefinition method. It can also be obtained from an existing UserCoordinateSystem object.

Samples

Name Description
UCS by three points This sample demonstrates the creation of a User Coordinate System (UCS) based on 3 points that define the origin, x-direction and y-direction for the UCS.
UCS by transformation matrix This sample demonstrates the creation of a user coordinate system (UCS) by specifying a transformation matrix.

Version

Introduced in version 2011

Was this information helpful?