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

String Property Value. More...

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

Public Member Functions

 StringPropertyValue (System::String^ pValue)
 Constructor. More...
 

Properties

System::String^  Value [get, set]
 The string 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

String Property Value.

Constructor & Destructor Documentation

X3g::Plugin::StringPropertyValue::StringPropertyValue ( System::String^  pValue)

Constructor.

Parameters
pValueInitial string value.

Property Documentation

System:: String^ X3g::Plugin::StringPropertyValue::Value
getset

The string value.