This .NET class wraps the AcGePoint3dArray ObjectARX class. Point3dArray is a template class that uses the AcArray class template.
Autodesk.AutoCAD.Geometry.Point3dCollection
Public sealed Class Point3dCollection Inherits DisposableWrapper Inherits IList
public sealed class Point3dCollection : DisposableWrapper, IList;
Comments? |