Point3dCollection Class

Autodesk.AutoCAD.Geometry.Point3dCollection
Visual Basic
Public sealed Class Point3dCollection
Inherits DisposableWrapper
Inherits IList
C#
public sealed class Point3dCollection : DisposableWrapper, IList;
Description

 

This .NET class wraps the AcGePoint3dArray ObjectARX class. Point3dArray is a template class that uses the AcArray class template.

Links