Click or drag to resize

OptionsAttribute Constructor (String, swMacroFeatureOptions_e)

Options for macro feature

Namespace:  CodeStack.SwEx.MacroFeature.Attributes
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public OptionsAttribute(
	string baseName,
	swMacroFeatureOptions_e flags = swMacroFeatureOptions_e.swMacroFeatureByDefault
)

Parameters

baseName
Type: SystemString
Base name of the macro feature. This is a default name assigned to the feature when created followed by the index
flags (Optional)
Type: swMacroFeatureOptions_e
Additional options for macro feature as defined in swMacroFeatureOptions_e enumeration
See Also