Click or drag to resize

ParameterDimensionAttribute Class

Specifies that the current property is a dimension of the macro feature. The value if the property is the current value of the dimension. This property is bi-directional: it will update the value of the dimension when changed within the OnRebuild(ISldWorks, IModelDoc2, IFeature) as well as will contain the current value of the dimension when it got modified by the user in the graphics area
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.MacroFeature.AttributesParameterDimensionAttribute

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 class ParameterDimensionAttribute : Attribute

The ParameterDimensionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodParameterDimensionAttribute
Marks this property as dimension and assigns the dimension type
Top
Remarks
This should only be used for numeric properties
See Also