Gets or sets a string that specifies one or more full descriptions to match excluded points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public string ExcludeFullDescriptions { get; set; } |
| Visual Basic |
|---|
Public Property ExcludeFullDescriptions As String Get Set |
| Visual C++ |
|---|
public: property String^ ExcludeFullDescriptions { String^ get (); void set (String^ value); } |
Remarks
This string is one or more raw description strings, separated by commas.
You can use the * character as a wildcard. For example, IP* will match all raw descriptions that start with IP.