Share

SettingsTransformation.ApplySeaLevelScaleFactor Property

Gets or sets the boolean value that specifies whether to apply the settings for curvature correction to survey data so that measured horizontal distances are reduced to the distances at the mean seal level (geodetic distances).



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

Syntax

C#

public bool ApplySeaLevelScaleFactor { get; set; }

VB

Public Property ApplySeaLevelScaleFactor As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?