Share

PartUtils.GetPartMakerMethodToDivideVolumeFW Method

Obtains the object allowing access to the divided volume properties of the PartMaker.


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

Syntax

C#

public static PartMakerMethodToDivideVolumes GetPartMakerMethodToDivideVolumeFW(
	PartMaker partMaker
)

Parameters

partMaker  PartMaker
The PartMaker.

Return Value

PartMakerMethodToDivideVolumes
The object handle. Returns nullptr if the PartMaker does not represent divided volumes.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?