Share

SettingsDrawing.ApplyTransformSettings Property

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.8.0.280

Syntax

C#

public bool ApplyTransformSettings { get; set; }

VB

Public Property ApplyTransformSettings As Boolean
	Get
	Set

C++

public:
property bool ApplyTransformSettings {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

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

See Also

Reference

Was this information helpful?