Share

SettingsLandXMLExport.SettingsPointExport.SkipFullWhenSameAsRaw Property

Specifies whether to export the full description if it is the same as the raw description.



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

Syntax

C#

public bool SkipFullWhenSameAsRaw { get; set; }

VB

Public Property SkipFullWhenSameAsRaw As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?