Share

DividedSurface.GetDividedSurfaceForReference Method

Get a divided surface for a given reference. Returns null if the reference does not host a divided surface.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static DividedSurface GetDividedSurfaceForReference(
	Document document,
	Reference faceReference
)

Parameters

document  Document
The document.
faceReference  Reference
Reference that represents a face.

Return Value

DividedSurface
The newly created divided surface.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?