LayerModifier(ModifierType, String)
Constructor
Description:
Constructs a new LayerModifier with modifierType and separator.
Constructs a new LayerModifier with modifierType and separator.
Parameters
Parameter | Type | Description |
---|---|---|
modifierType | ModifierType | The modifier type. |
separator | String | The separator string that will follow this modifier in the export layer name. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The provided separator contains invalid characters (most special characters are invalid). |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |