ConvertSurveyFootToInternationalFoot Property

Specifies whether to convert survey foot to international foot.

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

Syntax

C#

public bool ConvertSurveyFootToInternationalFoot { get; set; }

Visual Basic

Public Property ConvertSurveyFootToInternationalFoot As Boolean
	Get
	Set

Visual C++

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

See Also