SecurityObjects Collection
The SecurityObjects collection contains all SecurityObject
objects in a model.
Discussion
Use this collection to select or remove a SecurityObject object.
Use the SecurityObjects property of a CustomView or a Namespace object to retrieve this collection.
Use the Add method to add a new SecurityObject object to the collection. Use the Remove method to remove a SecurityObject object.
These tables list related methods and properties.
Method |
Description |
---|---|
Adds a Report object to the collection. |
|
Selects a specific Report object in the collection. |
|
Removes a specific Report object from the collection. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
Returns the number of Report objects in the collection. |
|
Returns the parent object. |
Examples
new_namespace = model.Namespaces.Add()
securityObject = new_namespace.SecurityObjects.Add()