Share

ModelStatesGlobalScope Class

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.Object
  Autodesk.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

  NameDescription
Public methodModelStatesGlobalScope
Constructor.

Methods

  NameDescription
Public methodDispose

Remarks

Sample iLogic code:

VB

Using New ModelStatesGlobalScope(ThisDoc.Document) 
 ' make changes that apply to all members...
End Using

See Also

Reference

Was this information helpful?