StandardPointGroupQueryIncludeRawDescriptions Property |
Gets or sets a string that specifies one or more raw descriptions to match included points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string IncludeRawDescriptions { get; set; }
Public Property IncludeRawDescriptions As String
Get
Set
public:
property String^ IncludeRawDescriptions {
String^ get ();
void set (String^ value);
}
Property Value
String
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.
See Also