Share

SettingsLandXMLExport.SettingsIdentification.WriteIdentificationElements Property

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



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

Syntax

C#

public bool WriteIdentificationElements { get; set; }

VB

Public Property WriteIdentificationElements As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?