Autodesk.AutoCAD.Geometry Namespace > Point3dCollection Class
Point3dCollection Class
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
   Comments?