Share

Part.GetOverriddenRuleIds Method

Gets the overridden Rule ids which this part contains.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public ObjectIdCollection GetOverriddenRuleIds()

VB

Public Function GetOverriddenRuleIds As ObjectIdCollection

C++

public:
ObjectIdCollection^ GetOverriddenRuleIds()

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
InvalidOperationException Thrown when OverrideRuleSet is false.

See Also

Reference

Was this information helpful?