Click or drag to resize

OptionsAttribute Constructor (String, 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,
	string provider,
	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
provider
Type: SystemString
Default message to display when the COM server is not registered for this feature. The provided text is displayed in the What's Wrong dialog of SOLIDWORKS after the 'Add-in not found. Please contact'. This feature is only available in SOLIDWORKS 2016 or newer (revision 24.0)
flags (Optional)
Type: swMacroFeatureOptions_e
Additional options for macro feature as defined in swMacroFeatureOptions_e enumeration
See Also