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

Text (multi-line string) Property Value. More...

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

Public Member Functions

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

Properties

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

Text (multi-line string) Property Value.

Constructor & Destructor Documentation

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

Constructor.

Parameters
pValueInitial text value.

Property Documentation

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

The text value.