ExportLayerInfo.AddLayerModifier
Method
Description:
Adds a project layer modifier to the layer info.
Adds a project layer modifier to the layer info.
Parameters
| Parameter | Type | Description |
|---|---|---|
| layerModifier | LayerModifier | The project layer modifier. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The separator string contains one or more prohibited characters. -or- The modifier type already exists in the layer info. |
| ArgumentNullException | A non-optional argument was null |