Specifies whether to export the full description if it is the same as the raw description.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool SkipFullWhenSameAsRaw { get; set; }Visual Basic
Public Property SkipFullWhenSameAsRaw As Boolean
Get
SetVisual C++
public: property bool SkipFullWhenSameAsRaw { bool get (); void set (bool value); }