public AttributeDef( string id, string name, double defaultValue, bool isNullable, double minValue, double maxValue, bool unitAsMeters )
Public Function New( _ ByVal id As String, _ ByVal name As String, _ ByVal defaultValue As Double, _ ByVal isNullable As Boolean, _ ByVal minValue As Double, _ ByVal maxValue As Double, _ Optional ByVal unitAsMeters As Boolean _ )
Parameters
- id
- a unique identifier
- name
- a localizable AttributeDef name that may appear in a GUI
- defaultValue
- the default attribute value if otherwise unspecified
- isNullable
- true if the value can be null, false otherwise
- minValue
- maxValue
- unitAsMeters
- true if the value must be in meters, false otherwise