SingletonFloat64 Element

System.Object

PropertyType

ModifiablePropertyType

SingletonFloat64

 

Client Declaration

Represents a Content Engine property that holds a single double value.

 

Element Structure

Elements

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="SingletonFloat64">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:sequence>
            <xsd:element name="Value" type="xsd:double" minOccurs="0"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>