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

Layout stamp item. More...

Inheritance diagram for X3g::Plugin::Layout::StampItem:
Inheritance graph
[legend]

Public Member Functions

array< String^ >^ GetAttributes ()
 Returns all attribute keys of this stamp item. More...
 
StringGetAttributeValue (String^ pKey)
 Returns value of attribute with given key. More...
 
void SetAttributeValue (String^ pKey, String^ pValue)
 Sets value of attribute with given key. More...
 

Additional Inherited Members

- Properties inherited from X3g::Plugin::Layout::PageItem
GeVec2d Position [get, set]
 Position of this item. More...
 

Detailed Description

Layout stamp item.

Member Function Documentation

array< String^ > X3g::Plugin::Layout::StampItem::GetAttributes ( )

Returns all attribute keys of this stamp item.

String X3g::Plugin::Layout::StampItem::GetAttributeValue ( String pKey)

Returns value of attribute with given key.

void X3g::Plugin::Layout::StampItem::SetAttributeValue ( String pKey,
String pValue 
)

Sets value of attribute with given key.