Share

UserCoordinateSystem.Delete Method

Parent Object: UserCoordinateSystem

Description

Method that deletes the UserCoordinateSystem.

Syntax

UserCoordinateSystem.Delete( [RetainDependentFeaturesAndSketches] As Boolean, [RetainDependentWorkFeatures] As Boolean )

Parameters

Name Type Description
RetainDependentFeaturesAndSketches Boolean Optional input Boolean that specifies whether to retain dependent features and sketches. Defaults to False.

This is an optional argument whose default value is False.
RetainDependentWorkFeatures Boolean Optional input Boolean that specifies whether to retain dependent work features. Defaults to False.

This is an optional argument whose default value is False.

Version

Introduced in version 2010

Was this information helpful?