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

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

Syntax

C#
public LandXMLAttributeExportType DescAttribute { get; set; }
Visual Basic
Public Property DescAttribute As LandXMLAttributeExportType
	Get
	Set
Visual C++
public:
property LandXMLAttributeExportType DescAttribute {
	LandXMLAttributeExportType get ();
	void set (LandXMLAttributeExportType value);
}

See Also