Gets or sets the name for the PointGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override string Name { get; set; }Public Overrides Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () override;
void set (String^ value) override;
}Property Value
String
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when it's an AllPointsGroup.
|
See Also