Represents a property template for creating PropertyDefinitionFloat64 objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values.


The following tables list the members exposed by IPropertyTemplateFloat64.

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