Property to get the reference to the host face of family instance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
Visual Basic |
---|
Public ReadOnly Property HostFace As Reference
Get |
Field Value
If the instance is placed on a work plane, this property will return the reference to the geometry face underlying the work plane.
If the work plane is not referencing other geometry, this property will return
nullNothingnullptra null reference (Nothing in Visual Basic).
If the instance is not hosted on a face or work plane, this property will return
nullNothingnullptra null reference (Nothing in Visual Basic).
See Also