Skip to content

Point

Public Class

A 3D point.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.GeometryObject
Autodesk.Revit.DB.Point

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class Point : GeometryObject

The Point type exposes the following members.

Properties

Name

Description


Public Property

Returns the coordinates of the point.


Public Property
Code Example
GraphicsStyleId

The ElementId of the GeometryObject’s GraphicsStyle
(Inherited from GeometryObject)


Public Property
Id

A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement.
(Inherited from GeometryObject)


Public Property

Indicates whether this geometry is obtained directly from an Element.
(Inherited from GeometryObject)


Public Property
Code Example

Identifies if the object is read-only or modifiable.
(Inherited from APIObject)


Public Property
Reference

Returns a stable reference to the point.


Public Property
Visibility

The visibility.
(Inherited from GeometryObject)


Methods

Name

Description


Public Method
Static Member

Creates a point at the given coordinates.


Public Method
Static Member

Creates a point at the given coordinates and assigns it the specified GraphicsStyle.


Public Method
Dispose

Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject)


Public Method
Equals

Determines whether the specified Object is equal to the current Object.
(Inherited from GeometryObject)


Public Method

Gets the integer value of the geometry object as hash code
(Inherited from GeometryObject)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)


Remarks

The point lies at a given XYZ coordinate location.