Share

PartMakerMethodToDivideVolumes.DivisionRuleId Property

Id of the 'DivisionRule' which is used to augment the cutting sketch.


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

Syntax

C#

public ElementId DivisionRuleId { get; set; }

Property Value

ElementId

Exceptions

ExceptionCondition
ArgumentException When setting this property: The provided element id cannot be assigned as a division rule to this PartMakerMethodToDivideVolumes.
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?