LayerModifier(ModifierType, String) Constructor |
Constructs a new LayerModifier with modifierType and separator.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic LayerModifier(
ModifierType modifierType,
string separator
)
Public Sub New (
modifierType As ModifierType,
separator As String
)
public:
LayerModifier(
ModifierType modifierType,
String^ separator
)
new :
modifierType : ModifierType *
separator : string -> LayerModifier
Parameters
- modifierType ModifierType
-
The modifier type.
- separator String
-
The separator string that will follow this modifier in the export layer name.
Exceptions
See Also