Represents a point placed relative to another point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 2013
 Syntax
Syntax
| C# | 
|---|
| public class PointRelativeToPoint : PointElementReference | 
| Visual Basic | 
|---|
| Public Class PointRelativeToPoint _ Inherits PointElementReference | 
| Visual C++ | 
|---|
| public ref class PointRelativeToPoint : public PointElementReference | 
 Remarks
Remarks
 
  For this release, the only workflow supported is that the point is 
  placed coincident with the referenced host (a relative transformation
  of Transform.Identity).
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
Autodesk.Revit.DB..::..PointElementReference
Autodesk.Revit.DB..::..PointRelativeToPoint
Autodesk.Revit.DB..::..PointElementReference
Autodesk.Revit.DB..::..PointRelativeToPoint