ComplexTypeBase constructor
init
Initializes a new instance of the ComplexTypeBase class.
def __init__(self, prefix, namespace_uri):
...
| Parameter | Type | Description |
|---|---|---|
| prefix | str | The prefix. |
| namespace_uri | str | The namespace URI. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | prefix is null or namespaceUri is null |
See Also
- module
aspose.cad.xmp.types.complex - class
ComplexTypeBase