RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedSurface

DividedSurface.CanBeDivided

Method
Description:
This returns true if the reference represents a face that can be used to create a divided surface.
Syntax
public static bool CanBeDivided(
	Document document,
	Reference reference
)
Parameters
Parameter Type Description
document Document The document.
reference Reference The reference.
Return Value
Type Description
Boolean True if the reference can be used to create a divided surface, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null