DELStrMfgUseItf Interface DELIStrMfgUseMarginGeo

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


interface DELIStrMfgUseMarginGeo



Method Index


o GetThickness(double*)
Retrieves the thickness.
o GetType(CATUnicodeString*)
Retrieves the type of the margin
o SetThickness(double*)
Sets thickness

Methods


o GetThickness
public virtual HRESULT GetThickness(double* opiThickness) const = 0
Retrieves the thickness.
Parameters:
opiThickness
Thickness.
Returns:
Error code of function.
o GetType
public virtual HRESULT GetType(CATUnicodeString* opType) const = 0
Retrieves the type of the margin
Parameters:
opType
[out] Types are: "Positive", "Negative"
Returns:
Error code of function.
o SetThickness
public virtual HRESULT SetThickness( const double* ipiThickness) = 0
Sets thickness
Parameters:
ipiThickness
Thickness
Returns:
Error code of function.

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

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