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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool ApplySeaLevelScaleFactor { get; set; } |
Visual Basic |
---|
Public Property ApplySeaLevelScaleFactor As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ApplySeaLevelScaleFactor {
bool get ();
void set (bool value);
} |
See Also