| ParameterDimensionAttribute Constructor |
Marks this property as dimension and assigns the dimension type
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 ParameterDimensionAttribute(
swDimensionType_e dimType
)
Public Sub New (
dimType As swDimensionType_e
)
public:
ParameterDimensionAttribute(
swDimensionType_e dimType
)
Parameters
- dimType
- Type: swDimensionType_e
Type of the dimension as defined in swDimensionType_e enumeration
See Also