Gets the tag for descriptive text in the point data file.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string CommentTag { get; }
VB
Public ReadOnly Property CommentTag As String Get
C++
public: property String^ CommentTag { String^ get (); }