| 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
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
Public Class ParameterDimensionAttribute
Inherits Attribute
public ref class ParameterDimensionAttribute : public Attribute
The ParameterDimensionAttribute type exposes the following members.
Constructors Remarks This should only be used for numeric properties
See Also