Creates surface point data from AutoCAD Text objects.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Parameters
- textIds
- Type: ObjectIdCollection
An ObjectIdCollection of AutoCAD Text objects from which the surface point data will be added.
- description
- Type: System..::..String
Specifies the description for the point data to be created.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the ObjectIdCollection contains objects of types other than Autodesk.AutoCAD.DatabaseServices.DBText and Autodesk.AutoCAD.DatabaseServices.MText.
|
See Also