Gets or sets the boolean value that specifies whether to apply the settings for coordinate system zone transformation.
Gets or sets the boolean value that specifies whether to apply the settings for coordinate system zone transformation.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool ApplyTransformSettings { get; set; }
Visual Basic
Public Property ApplyTransformSettings As Boolean
	Get
	Set
Visual C++
public:
property bool ApplyTransformSettings {
	bool get ();
	void set (bool value);
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when setting the property if the system zone is invalid or ".".
System..::..InvalidOperationException Thrown when setting the property if the system zone is invalid or ".".

See Also