All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATPlantShipInterfaces Interface CATIPspResource
System.IUnknown
|
+---CATIPspResource
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPspResource
Interface to get application resources.
Role: Get application resources.
Method Index
- o
GetAnnotationCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Annotation catalog.
- o
GetCableClearanceValue(double&)
- Get the cable clearance value.
- o
GetCntrAttrFileName(CATUnicodeString&,CATUnicodeString&)
- Get the Connector Attribute file name.
- o
GetComputedAttrFileName(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Get the Computed Attribute file name.
- o
GetDesignRulesCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Design Rules catalog.
- o
GetDisciplineClassesFileName(CATUnicodeString&,CATUnicodeString&)
- Get the discipline super classes file name.
- o
GetDiscreteValuesDir(CATUnicodeString&,CATUnicodeString&)
- Get the Discrete Values directory.
- o
GetFunctionDrivenFlag(CATUnicodeString&)
- Get the Function Driven flag default value.
- o
GetGraphicNamesDir(CATUnicodeString&,CATUnicodeString&)
- Get the Schematic graphic names directory.
- o
GetGraphicRepFileName(CATUnicodeString&,CATUnicodeString&)
- Get the Graphic Representaion file name.
- o
GetGrowthFactorValue(double&)
- Get the growth factor value.
- o
GetIDSchemaDir(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Get the ID Schema directory.
- o
GetIDSequenceNumberDir(CATUnicodeString&,CATUnicodeString&)
- Get the ID sequence number definition directory.
- o
GetInsulationSpecCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Insulation Specification catalog.
- o
GetLineCatalogPath(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Get the logical line catalog.
- o
GetOffsheetCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the on/off sheet symbol catalog.
- o
GetPartCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Part catalog.
- o
GetReportDefinitionDir(CATUnicodeString&,CATUnicodeString&)
- Get the Report Definition directory.
- o
GetResolvedPartCatalogDir(CATUnicodeString&,CATUnicodeString&)
- Get the Resolved Part catalog.
- o
GetResourcePath(CATUnicodeString&,CATUnicodeString&)
- Get the path of a resource.
- o
GetResourceValue(CATUnicodeString&,CATUnicodeString&)
- Get the value defined for a resource.
- o
GetSchematicDrivenFlag(CATUnicodeString&,CATUnicodeString&)
- Get the Schematic Driven flag default value.
- o
GetSpecificationCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Specification catalog.
- o
GetStandardsCatalogPath(CATUnicodeString&,CATUnicodeString&)
- Get the Standards catalog.
- o
GetUserDictFileName(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Get the User dictionary file name.
- o
GetZoneCatalogPath(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
- Get the zone catalog.
- o
OpenResource(CATUnicodeString&,CATDocument*&)
- Open the document associated to the resource.
Methods
o GetAnnotationCatalogPath
-
Get the Annotation catalog.
- Parameters:
-
- oPath
- Annotation catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetCableClearanceValue
public virtual HRESULT GetCableClearanceValue( | double& | oCableClearance)= 0 |
-
Get the cable clearance value.
- Parameters:
-
- oCableClearance
- Cable clearance value.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetCntrAttrFileName
-
Get the Connector Attribute file name.
- Parameters:
-
- oFileName
- Connector Attribute file name.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetComputedAttrFileName
-
Get the Computed Attribute file name.
- Parameters:
-
- iDomainName
- Domain Name.
- oFileName
- Computed attribute file name.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetDesignRulesCatalogPath
-
Get the Design Rules catalog.
- Parameters:
-
- oPath
- Design Rules catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetDisciplineClassesFileName
-
Get the discipline super classes file name.
- Parameters:
-
- oFileName
- Discipline super classes file name.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetDiscreteValuesDir
-
Get the Discrete Values directory.
- Parameters:
-
- oDirectory
- Discrete Values directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetFunctionDrivenFlag
-
Get the Function Driven flag default value.
- Parameters:
-
- oFlagValue
- Function driven flag value = On or Off
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetGraphicNamesDir
-
Get the Schematic graphic names directory.
- Parameters:
-
- oPath
- Graphic names directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetGraphicRepFileName
-
Get the Graphic Representaion file name.
- Parameters:
-
- oFileName
- Graphic Representaion file name.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetGrowthFactorValue
public virtual HRESULT GetGrowthFactorValue( | double& | oGrowthFactor)= 0 |
-
Get the growth factor value.
- Parameters:
-
- oGrowthFactor
- Growth factor value.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetIDSchemaDir
-
Get the ID Schema directory.
- Parameters:
-
- iDomainName
- Domain Name.
- oDirectory
- ID Schema directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetIDSequenceNumberDir
-
Get the ID sequence number definition directory.
- Parameters:
-
- oDirectory
- ID sequence number definition directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetInsulationSpecCatalogPath
-
Get the Insulation Specification catalog.
- Parameters:
-
- oPath
- Insulation Specification catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetLineCatalogPath
-
Get the logical line catalog.
- Parameters:
-
- iClassType
- Logical line class type.
- oPath
- Logical line catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetOffsheetCatalogPath
-
Get the on/off sheet symbol catalog.
- Parameters:
-
- oPath
- On/off sheet catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetPartCatalogPath
-
Get the Part catalog.
- Parameters:
-
- oPath
- Part catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetReportDefinitionDir
-
Get the Report Definition directory.
- Parameters:
-
- oDirectory
- Report Definition directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetResolvedPartCatalogDir
-
Get the Resolved Part catalog.
- Parameters:
-
- oDirectory
- Resolved Part catalog directory.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetResourcePath
-
Get the path of a resource.
- Parameters:
-
- iResourceName
- Resource Name.
- oPath
- Resource path.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetResourceValue
-
Get the value defined for a resource.
- Parameters:
-
- iResourceName
- Resource Name.
- oValue
- Resource value.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetSchematicDrivenFlag
-
Get the Schematic Driven flag default value.
- Parameters:
-
- oFlagValue
- Schematic driven flag value = On or Off
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetSpecificationCatalogPath
-
Get the Specification catalog.
- Parameters:
-
- oPath
- Specification catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetStandardsCatalogPath
-
Get the Standards catalog.
- Parameters:
-
- oPath
- Standards catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetUserDictFileName
-
Get the User dictionary file name.
- Parameters:
-
- iDomainName
- Domain Name.
- oFileName
- User dictionary file name.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetZoneCatalogPath
-
Get the zone catalog.
- Parameters:
-
- iClassType
- Zone class type.
- oPath
- Zone catalog path.
- oResourceName
- Resource Name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o OpenResource
-
Open the document associated to the resource.
- Parameters:
-
- iResourceName
- Resource Name.
- opDocument
- Document associated to the resource.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATIPspResource.h