All Frameworks Object Hierarchy This Framework Previous Next Indexes
IPDTemplateProperty (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---IPDTemplateProperty
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( | CATBSTR | iAttrName) As boolean |
-
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( | CATBSTR | iAttrName) As double |
-
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( | CATBSTR | iAttrName) As long |
-
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
-
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