WIText (Object)



Properties


Property FixedText() As
Returns or sets the value for 'Fixed Text'
Role: Returns or sets the value of 'Fixed Text' to the Activity
Property ResolvedText() As
Returns or sets the value for 'ResolvedText Text'
Role: Returns or sets the value of 'ResolvedText Text' to the Activity
Property UnresolvedText() As
Returns or sets the value for 'UnresolvedText Text'
Role: Returns or sets the value of 'UnresolvedText Text' to the Activity

Methods


Func GetAttribute( iAttrName) As
This gets the value of the Attribute.
Parameters:
iAttrName
The Attribute Name whose value we need to get
iAttrValue
CATUnicodeString value of the Attribute
Sub GetGeomAssociatedToAnnotation( iAssignmentType, ioPointGeom)
Gets the underlying geometry associated to FTA Text Annotation which is added as an item to operation of one WIText Activity or added as item to a WIText activity. This should be used in case when FTA Text Annotation is associated to single geometric entity.
Parameters:
iAssignmentType
Point geometry associated to FTA text.
iAssignmentType
Type of the Assignment (Item to the Process)
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Func GetHyperLinks() As
Retrieves the List of Hyperlinks associated to this activity
Role: Retrieves the List of Hyperlinks associated to this activity
Parameters:
ioPath
a CATSafeArrayVariant of CATBSTR that has the list of Hyperlinks
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Sub SetAttribute( iAttrName, iAttrValue)
This sets the value of the Attribute
Parameters:
iAttrName
The Attribute Name whose value we need to get
iAttrValue
CATUnicodeString value of the Attribute
Sub SetHyperLinks( iHyperlinks)
Sets a List of Hyperlinks to this activity
Role: Sets the List of Hyperlinks to this activity
Parameters:
iPath
a CATSafeArrayVariant of CATBSTR that has the list of Hyperlinks.
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure