Share

SettingsLandXMLExport.SettingsPointExport.CodeAttribute Property

Specifies the field that is used for the ‘code’ attribute in the LandXML file.



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

Syntax

C#

public LandXMLAttributeExportType CodeAttribute { get; set; }

VB

Public Property CodeAttribute As LandXMLAttributeExportType
	Get
	Set

C++

public:
property LandXMLAttributeExportType CodeAttribute {
	LandXMLAttributeExportType get ();
	void set (LandXMLAttributeExportType value);
}

Property Value

LandXMLAttributeExportType

See Also

Reference

Was this information helpful?