NetworkRuleSetStyleRemoveRule Method

Remove the specified rule from rule set.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveRule(
	ObjectId ruleId
)

Parameters

ruleId  ObjectId
ObjectId of rule which is to be removed.
Exceptions
ExceptionCondition
ArgumentException Thrown when ruleId is invalid.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.NetworkRule
See Also