PointGroupRawDescription Property |
Gets the raw description used for points created by description key for the PointGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string RawDescription { get; }
Public ReadOnly Property RawDescription As String
Get
public:
property String^ RawDescription {
String^ get ();
}
Property Value
String
Example1String rawDescription = pointGroup.RawDescription;
2write("PointGroup Raw Description: " + rawDescription + "\n");
1Dim rawDescription As [String] = pointGroup__1.RawDescription
2write("PointGroup Raw Description: " & rawDescription & vbLf)
No code example is currently available or this language may not be supported.
See Also