Specifies whether to convert survey foot to international foot.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool ConvertSurveyFootToInternationalFoot { get; set; }
VB
Public Property ConvertSurveyFootToInternationalFoot As Boolean Get Set
C++
public: property bool ConvertSurveyFootToInternationalFoot { bool get (); void set (bool value); }