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

Boolean Property Value. More...

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

Public Member Functions

 BoolPropertyValue (bool pValue)
 Constructor. More...
 

Properties

bool Value [get, set]
 The boolean 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

Boolean Property Value.

Constructor & Destructor Documentation

X3g::Plugin::BoolPropertyValue::BoolPropertyValue ( bool  pValue)

Constructor.

Parameters
pValueInitial boolean value.

Property Documentation

bool X3g::Plugin::BoolPropertyValue::Value
getset

The boolean value.