CATAnnotationUseItf Interface 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.


Method Index


o GetText(CATUnicodeString&)
Get the text of Datum Feature.
o SetText(CATUnicodeString&)
Set the text of Datum Feature.

Methods


o GetText
public virtual GetText( oText)
Get the text of Datum Feature.
Parameters:
oText
[out] The label of the datum
Returns:
S_OK Label has been correctly retrieved E_UNEXPECTED An unexpected error occured
o SetText
public virtual SetText( const iText)
Set the text of Datum Feature.
Parameters:
iText
[in] The label to set in the datum
Returns:
S_OK Label has been correctly set E_UNEXPECTED An unexpected error occured

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.