PointGroupRawDescription Property

Gets the raw description used for points created by description key for the PointGroup.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string RawDescription { get; }

Property Value

String
Example
1String rawDescription = pointGroup.RawDescription;
2write("PointGroup Raw Description: " + rawDescription + "\n");
See Also