CATDibModelerUseItf Interface CATIDibStandardsManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDibStandardsManager
Interface which manages the available standards for a 2D representation.
Method Index
- o
GetAvailableStandards(CATIStringList**)
- Description : Gets the list of the standards that can be used in the 2D representation.
- o
GetCurrentStandard(CATIDibStandard**)
- Description : Gets the current standard object in the 2D representation.
Methods
o GetAvailableStandards
public virtual GetAvailableStandards( | | oList) |
-
Description : Gets the list of the standards that can be used in the 2D representation.
- Parameters:
-
- CATIStringList
- **oList : List of standard names.
o GetCurrentStandard
public virtual GetCurrentStandard( | | oCurrentStd) |
-
Description : Gets the current standard object in the 2D representation.
- Parameters:
-
- CATIDibStandard
- **oCurrentStd : pointer to the current standard object.
This object is included in the file: CATIDibStandardsManager.h
If needed, your Imakefile.mk should include the module: CATDibModelerUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.