Click or drag to resize

IManagedAssembly Properties

The IManagedAssembly type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Gets an object that can be used to add, modify, and delete components.
Public propertyConstraints
Gets an object that can be used to add, modify, and delete constraints.
Public propertyDocument
Gets the AssemblyDocument that is being managed. This will usually be the document that contains the rule. For external rules, it will be the document in which the rule is running.
Public propertyGeometry
Gets an object that can be used to create points, vectors, and matrices that have values in the units of the assembly in which the rule is running.
Public propertyImmediateConstraints
During rule execution, assembly update is deferred by default. Set this property to True to turn off this behavior. If this is set to True, the assembly is updated immediately after each constraint change.
Public propertyPatterns
Gets an object that can be used to add, modify, and delete component patterns.
Top
See Also