This object will set the edit scope of a model state factory document to all members (i.e. factory).
When this object is disposed, the previous edit scope setting will be restored.
Inheritance Hierarchy
System.ObjectAutodesk.iLogic.Runtime.ModelStatesGlobalScope
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public Class ModelStatesGlobalScope Implements IDisposable
C#
public class ModelStatesGlobalScope : IDisposable
The ModelStatesGlobalScope type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModelStatesGlobalScope |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Remarks
Sample iLogic code:VB
Using New ModelStatesGlobalScope(ThisDoc.Document) ' make changes that apply to all members... End Using
