pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::DoublePropertyValue Class Reference

Double Property Value. More...

Inheritance diagram for X3g::Plugin::DoublePropertyValue:
Inheritance graph
[legend]

Public Member Functions

 DoublePropertyValue (double pValue)
 Constructor. More...
 

Properties

double Value [get, set]
 The double value. More...
 
- Properties inherited from X3g::Plugin::PropertyValue
PropertyType Type [get]
 The type of the value. More...
 
String^  ValueAsString [get, set]
 The string representation of the value. More...
 

Detailed Description

Double Property Value.

Constructor & Destructor Documentation

X3g::Plugin::DoublePropertyValue::DoublePropertyValue ( double  pValue)

Constructor.

Parameters
pValueInitial double value.

Property Documentation

double X3g::Plugin::DoublePropertyValue::Value
getset

The double value.