Specifies whether the identification properties are written to the LandXML file.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool WriteIdentificationElements { get; set; }
Visual Basic
Public Property WriteIdentificationElements As Boolean
Get
Set
Visual C++
public: property bool WriteIdentificationElements { bool get (); void set (bool value); }