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