LayerModifier(ModifierType, String)
Description:
Constructs a new LayerModifier with modifierType and separator.
Constructs a new LayerModifier with modifierType and separator.
Overloads (2):
public LayerModifier(
ModifierType modifierType,
string separator
)
-
modifierTypeThe modifier type.
-
StringseparatorThe separator string that will follow this modifier in the export layer name.
-
The provided separator contains invalid characters (most special characters are invalid).
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration