NoteLabelCreate(Database, Point3d) Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId Create(
	Database database,
	Point3d location
)

Parameters

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

Return Value

ObjectId
See Also