WriteIdentificationElements Property

Specifies whether the identification properties are written to the LandXML file.

Namespace: Autodesk.Civil.Settings
Assembly: 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);
}

See Also