Namespaces Property
The Namespaces property returns a Namespaces collection.
Syntax
Model .Namespaces
Applies To
Discussion
Use this property to iterate through the namespaces for a Model object, add a new namespace, and change or remove a namespace.
Type
Object - Namespaces
Access
Read
Examples
new_namespace = model.Namespaces.Add()