Revit 2025 API
HubHas |
Provides information if Hub has a specific location at point in 3D space.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasOrigin()
Public Function HasOrigin As Boolean
public: bool HasOrigin()
member HasOrigin : unit -> bool
Return Value
BooleanTrue if the Hub has a specific location at point in 3D space.
See Also