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

Base class for various value properties. More...

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

Properties

PropertyType Type [get]
 The type of the value. More...
 
String^  ValueAsString [get, set]
 The string representation of the value. More...
 

Detailed Description

Base class for various value properties.

Property Documentation

PropertyType X3g::Plugin::PropertyValue::Type
get

The type of the value.

String^ X3g::Plugin::PropertyValue::ValueAsString
getset

The string representation of the value.

Exceptions
System::ExceptionThe setter throws an exception if the given string does not represent a valid value.