Point3d Structure

Visual Basic
Public Structure Point3d
Inherits IFormattable
End Structure
C#
public struct Point3d : IFormattable {
}
Description

 

This class wraps AcGePoint3d ObjectARX class. It represents a point in 3D space. It can be viewed as a structure consisting of three doubles.

Links
See Also

Vector3d