Share

NoteLabel.Create(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.280

Syntax

C#

public static ObjectId Create(
	Database database,
	Point3d location
)

VB

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

C++

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

Reference

Was this information helpful?