HasOrigin Method
Provides information if Hub has a specific location at point in 3D space.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:  2012

Syntax

C#
public bool HasOrigin()
Visual Basic
Public Function HasOrigin As Boolean
Visual C++
public:
bool HasOrigin()

Return Value

True if the Hub has a specific location at point in 3D space.

See Also