This method retrieves the surface for a constraint of 'To Surface' type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Surface GetSurfaceForConstraintToSurface()
Return Value
Surface
Returns the surface that the RebarConstraint of 'To Surface' type is using.
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
RebarConstraint is no longer valid.
-or-
The RebarConstraint is not of RebarConstraintType 'ToSurface'.
|
See Also
Reference