For model state documents, sets the member edit scope for all changes made by iLogic rule code.
This can be overridden by setting the MemberEditScope on specific objects (Parameter, Component, iProperties, etc.).
Possible values are:
kEditActiveMember : apply changes to the active member only
kEditAllMembers : apply changes to all members within the factory
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; }