Share

DBObject.Name Property

Gets or sets the name.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public virtual string Name { get; set; }

VB

Public Overridable Property Name As String
	Get
	Set

C++

public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?