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.4.2516.0

Syntax

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

See Also