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
public virtual HRESULT GetDatumDirectionPlane(CATITTRS** opiTTRS) const = 0
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
public virtual HRESULT GetTargets(CATITPSList** oTargets) const = 0
Retrieves a CATITPSList to read the list of datum target. All objects of the list adhere to CATITPSDatumTarget.
o SetDatumDirectionPlane
public virtual HRESULT SetDatumDirectionPlane(CATITTRS* ipiTTRS) = 0
Specfify a Direction Plane for the Datum.
o SetLabel
public virtual HRESULT SetLabel( const wchar_t* iLabel) = 0
Sets Label.
o SetTargets
public virtual HRESULT SetTargets( const CATITPSList* iTargets) = 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.