All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATTPSInterfaces Interface CATITPSDatumSimple
System.IUnknown
|
+---CATITPSDatumSimple
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSDatumSimple
Interface for Simple Datum TPS (datum entity).
TPS for Technological Product Specifications.
Method Index
- o
GetDatumDirectionPlane(CATITTRS**)
- Retrieves the Direction Plane for the Datum.
- o
GetLabel(wchar_t**)
- Retrieves Label.
- o
GetTargets(CATITPSList**)
- Retrieves a CATITPSList to read the list of datum target.
- o
SetDatumDirectionPlane(CATITTRS*)
- Specfify a Direction Plane for the Datum.
- o
SetLabel(wchar_t*)
- Sets Label.
- o
SetTargets(CATITPSList*)
- Sets Targets that compose this Datum Simple.
Methods
o GetDatumDirectionPlane
-
Retrieves the Direction Plane for the Datum.
Only if one was specified.
o GetLabel
public virtual HRESULT GetLabel( | wchar_t** | oLabel) const = 0 |
-
Retrieves Label.
o GetTargets
-
Retrieves a CATITPSList to read the list of datum target.
All objects of the list adhere to CATITPSDatumTarget.
o SetDatumDirectionPlane
-
Specfify a Direction Plane for the Datum.
o SetLabel
public virtual HRESULT SetLabel( | const wchar_t* | iLabel) = 0 |
-
Sets Label.
o SetTargets
-
Sets Targets that compose this Datum Simple.
All objects of the list must adhere to CATITPSDatumTarget.
This object is included in the file: CATITPSDatumSimple.h