Create Method (Database, Point3d)

Creates a new instance of a NoteLabel in the specified database.

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

Syntax

C#

public static ObjectId Create(
	Database database,
	Point3d location
)

Visual Basic

Public Shared Function Create ( _
	database As Database, _
	location As Point3d _
) As ObjectId

Visual C++

public:
static ObjectId Create(
	Database^ database, 
	Point3d location
)

Parameters

database
Type: Database
The database in which to insert the NoteLabel.
location
Type: Point3d
The location at which to insert the NoteLabel in the drawing.

See Also