Gets the surface of this handle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Surface GetHandleSurface()
Return Value
SurfaceReturns the surface of this handle.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | RebarConstrainedHandle is no longer valid. -or- This handle doesn't belongs to a shape driven rebar. |