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

Image Property Value. More...

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

Public Member Functions

 ImagePropertyValue (System::Windows::Media::Imaging::BitmapSource^ pValue, eom::Boolean pStatic)
 Constructor. More...
 

Properties

System::Windows::Media::Imaging::BitmapSource^  Value [get, set]
 The image 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

Image Property Value.

Constructor & Destructor Documentation

X3g::Plugin::ImagePropertyValue::ImagePropertyValue ( System::Windows::Media::Imaging::BitmapSource^  pValue,
eom::Boolean  pStatic 
)

Constructor.

Parameters
pValueInitial image.
pStaticIndicates that the image source will receive updates.

Property Documentation

System:: Windows:: Media:: Imaging:: BitmapSource^ X3g::Plugin::ImagePropertyValue::Value
getset

The image value.