CATFunctionalModelerUseItf Interface CATIFct2DPictureRepReference
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFct2DPictureRepReference
Interface designating a Functional 2D Picture Representation Reference.
Role: This interface enables to manipulate 2D Picture Representation Reference.
Method Index
- o
UpdatePicture(CATUnicodeString&)
- Updates the picture contained by the 2D Picture Representation Reference.
Methods
o UpdatePicture
public virtual UpdatePicture( | | iPicturePath) |
-
Updates the picture contained by the 2D Picture Representation Reference.
Role: This method update the contained picture.
Supported picture file types are the following ones: jpg, jpeg, bmp, tif, tiff and png.
- Parameters:
-
- iPicturePath
- A path corresponding to a picture file.
Input Parameter.
This parameter MUST NOT be provided by caller as empty. This method returns an error otherwise.
- Returns:
-
S_OK
if the method succeeds.
E_INVALIDARG
if parameters provided are unexpected.
E_FAIL
otherwise.
This object is included in the file: CATIFct2DPictureRepReference.h
If needed, your Imakefile.mk should include the module: CATFunctionalModelerUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.