Share

ICadFeature.MemberEditScope Property

For model state documents, sets the member edit scope for Feature.IsActive changes made by iLogic rules. Possible values are:
kEditActiveMember : apply changes to the active member only
kEditAllMembers : apply changes to all members within the factory

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

WriteOnly Property MemberEditScope As MemberEditScopeEnum
	Set

C#

MemberEditScopeEnum MemberEditScope { set; }

Property Value

Type: MemberEditScopeEnum

See Also

Reference

Was this information helpful?