Description
This .NET class wraps the AcGePoint3dArray ObjectARX class. Point3dArray is a template class that uses the AcArray class template.
Class Hierarchy
Autodesk.AutoCAD.Geometry.Point3dCollection
Visual Basic
Public sealed Class Point3dCollection Inherits DisposableWrapper Inherits IList
C#
public sealed class Point3dCollection : DisposableWrapper, IList;
Links
Point3dCollection Constructor, Point3dCollection Methods, Point3dCollection Properties