SurfaceIsCoincidentWith Method |
Determine if two surfaces are coincident (ignoring Envelopes). For an affirmative answer,
the surfaces must have the same type (e.g., two planes).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool IsCoincidentWith(
Surface other
)
Public Function IsCoincidentWith (
other As Surface
) As Boolean
public:
bool IsCoincidentWith(
Surface^ other
)
member IsCoincidentWith :
other : Surface -> bool Parameters
- other Surface
-
The surfaces which this should be compared with
Return Value
Boolean
True if surfaces are coincident, false otherwise.
Exceptions
See Also