Specifies how to map the ‘desc’ and ‘code’ attributes to the point descriptions.

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

Syntax

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

See Also