All Frameworks  Object Hierarchy  This Framework  Indexes   

IPDTemplateProperty (Object)

Interface to access template object (being pointed by the given V5 object) properties.
Role: This interface given a V5 object, will get the handle to the template object using the pointer attribute referring in it and allows to access the properties of the template object.

This interface expect caller to use attribute name define in PPPR server for example caller should use "note" to access Description .


Method Index

GetTemplateBooleanAttribute
This gets a String Attribute value of an input Object
GetTemplateDoubleAttribute
This gets a String Attribute value of an input Object
GetTemplateLongAttribute
This gets a String Attribute value of an input Object
GetTemplateStringAttribute
This gets a String Attribute value of an input Object

Methods


o Func GetTemplateBooleanAttribute( iAttrName) As
This gets a String Attribute value of an input Object
Parameters:
iAttrName
The name of the Attribute whose value we need
oAttrValue
The value of the attribute
Returns:
S_OK
o Func GetTemplateDoubleAttribute( iAttrName) As
This gets a String Attribute value of an input Object
Parameters:
iAttrName
The name of the Attribute whose value we need
oAttrValue
The value of the attribute
Returns:
S_OK
o Func GetTemplateLongAttribute( iAttrName) As
This gets a String Attribute value of an input Object
Parameters:
iAttrName
The name of the Attribute whose value we need
oAttrValue
The value of the attribute
Returns:
S_OK
o Func GetTemplateStringAttribute( iAttrName) As
This gets a String Attribute value of an input Object
Parameters:
iAttrName
The name of the Attribute whose value we need
oAttrValue
The value of the attribute
Returns:
S_OK

Copyright © 2003, Dassault Systèmes. All rights reserved.