Share

SurfaceDefinitionDrawingObjects.AddFromPoints Method

Creates surface point data from AutoCAD Point objects.



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

Syntax

C#

public SurfaceOperationAddDrawingObject AddFromPoints(
	ObjectIdCollection pointIds,
	string description
)

VB

Public Function AddFromPoints ( 
	pointIds As ObjectIdCollection,
	description As String
) As SurfaceOperationAddDrawingObject

C++

public:
SurfaceOperationAddDrawingObject^ AddFromPoints(
	ObjectIdCollection^ pointIds, 
	String^ description
)

Parameters

pointIds  ObjectIdCollection
An ObjectIdCollection of AutoCAD Point3d objects from which the surface point data will be added.
description  String
Specifies the description for the point data to be created.

Return Value

SurfaceOperationAddDrawingObject

Exceptions

ExceptionCondition
ArgumentException Thrown when the ObjectIdCollection contains objects of types other than Autodesk.AutoCAD.Geometry.Point3d.

Remarks

The XYZ coordinates of each Point3D are used to define the surface point.

See Also

Reference

Was this information helpful?