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
C#
public sealed class Point3dCollection : DisposableWrapper, IList;
Visual Basic
Public sealed Class Point3dCollection Inherits DisposableWrapper Inherits IList
Links
Point3dCollection Constructor, Point3dCollection Methods, Point3dCollection Properties