CATPlantShipInterfaces PspResource (Object)
All Frameworks Object Hierarchy This Framework Indexes
PspResource (Object)
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
o Func GetResourcePath( | | iResourceName) As |
-
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)
o Func GetResourceValue( | | iResourceName) As |
-
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.