NoteLabelCreate(Database, Point3d) Method |
Creates a new instance of a NoteLabel in the specified database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
Database database,
Point3d location
)
Public Shared Function Create (
database As Database,
location As Point3d
) As ObjectId
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