CATPlantShipInterfaces PspResource (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
PspResource (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---PspResource
Represents the PspResource.
Role : It is used to get application resources.
Method Index
GetResourcePath
Returns the path value defined for a resource.
GetResourceValue
Returns the value defined for a resource.
Methods
Returns the path value defined for a resource.
Parameters:
iResourceName
Resource Name
Returns:
Resource Path
Example:
Dim objThisIntf As PspResource
Dim strResourcePath As String
Dim iResourceName As String
...
strResourcePath = objThisIntf.GetResourcePath (iResourceName)
Returns the value defined for a resource.
Parameters:
iResourceName
Resource Name
Returns:
Resource Value
Example:
Dim objThisIntf As PspResource
Dim strResourceVal As String
...
strResourceVal = objThisIntf.GetResourceValue (iResourceName)
Copyright © 2003, Dassault Systèmes. All rights reserved.