All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDftDatumFeature

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIDftDatumFeature
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDftDatumFeature

Interface to manage DatumFeature objects (Not Impl).


Method Index


o GetText(wchar_t**)
Get the text of DatumFeature.
o SetText(wchar_t*)
Set the text of DatumFeature.

Methods


o GetText
public virtual HRESULT GetText(wchar_t** oText) = 0
Get the text of DatumFeature.
Parameters:
oText : text.
Returns:
S_OK
if the operation succeeded.
E_FAIL
if the operation failed.
o SetText
public virtual HRESULT SetText( const wchar_t* iText) = 0
Set the text of DatumFeature.
Parameters:
iText : text.
Returns:
S_OK
if the operation succeeded.
E_FAIL
if the operation failed.

This object is included in the file: CATIDftDatumFeature.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces

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