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::IntPropertyValue Class Reference

Integer Property Value. More...

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

Public Member Functions

 IntPropertyValue (int pValue)
 Constructor. More...
 

Properties

int Value [get, set]
 The integer 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

Integer Property Value.

Constructor & Destructor Documentation

X3g::Plugin::IntPropertyValue::IntPropertyValue ( int  pValue)

Constructor.

Parameters
pValueInitial integer value.

Property Documentation

int X3g::Plugin::IntPropertyValue::Value
getset

The integer value.