All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATTPSInterfaces Interface CATITPSDatumSystem
System.IUnknown
|
+---CATITPSDatumSystem
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSDatumSystem
Interface for Datum Reference Frame TPS (Composite datum entity).
TPS for Technological Product Specifications.
- See also:
- CATTPSDatumCompRule, CATTPSDatumOrderInFrame
Method Index
- o
GetComposedDatums(CATITPSList**)
- Retrieves the list of datums (simple or system) which are composed
to create the datum system.
- o
GetCompositionRule(CATTPSDatumCompRule*)
- Retrieves composition rule of the datum system.
- o
GetDatumsSimple(CATITPSList**)
- Retrieves the list of datums simple which appears in the datum system
All objects of the list adhere to CATITPSDatumSimple.
- o
GetLabel(wchar_t**)
- Retrieves Label.
- o
GetOrderOfPrecedence(CATITPSDatumSimple*,CATTPSDatumOrderInFrame*)
- Query for a simple datum its position in the reference frame
(Primary, Secondary, Tertiary).
- o
GetOrderOfPrecedence(CATITPSDatumSystem*,CATTPSDatumOrderInFrame*)
- Query for a datum system its position in the reference frame.
- o
SetLabel(wchar_t*)
- Sets Label.
Methods
o GetComposedDatums
-
Retrieves the list of datums (simple or system) which are composed
to create the datum system.
All objects of the collection adhere to CATITPSDatumSimple or
CATITPSDatumSystem
o GetCompositionRule
-
Retrieves composition rule of the datum system.
- Parameters:
-
- oRule
- Rule between primary and secondary.
o GetDatumsSimple
-
Retrieves the list of datums simple which appears in the datum system
All objects of the list adhere to CATITPSDatumSimple.
o GetLabel
public virtual HRESULT GetLabel( | wchar_t** | oLabel) const = 0 |
-
Retrieves Label.
o GetOrderOfPrecedence
-
Query for a simple datum its position in the reference frame
(Primary, Secondary, Tertiary).
o GetOrderOfPrecedence
-
Query for a datum system its position in the reference frame.
o SetLabel
public virtual HRESULT SetLabel( | const wchar_t* | iLabel) = 0 |
-
Sets Label.
This object is included in the file: CATITPSDatumSystem.h