Represents the definition of a property that holds a Double (Float64) value. A PropertyDefinitionFloat64 object is created from a PropertyTemplateFloat64 object and contains mutable property metadata that you can customize. When a PropertyDefinitionFloat64 object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


The following tables list the members exposed by IPropertyDefinitionFloat64.

Public Properties

  Name Description
Public property PropertyDefaultFloat64 Specifies the default value for a property that returns a DOUBLE data type.
Public property PropertyMaximumFloat64 Specifies the maximum value for a property that returns a DOUBLE data type.
Public property PropertyMinimumFloat64 Specifies the minimum value for a property that returns a DOUBLE data type.
Top

See Also