DraftingUseItf Interface CATIDftPattern
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDftPattern
Manage a generic pattern object.
Method Index
- o
GetPatternType(int*)
- Get the type of the pattern.
Methods
o GetPatternType
public virtual GetPatternType( | | oPatternType) |
-
Get the type of the pattern.
- Parameters:
-
- oPatternType
-
= 0 None Pattern.
= 1 Hatching Pattern.
= 2 Dotting Pattern.
= 3 Coloring Pattern.
= 4 Cell Pattern.
= 5 Undefined Pattern.
- Returns:
- S_OK : Method correctly executed.
No restriction.
S_READONLY : Method correctly executed.
Returned value cannot be modified, it's read-only.
Can be usefull when the property is fixed by a standard, etc.
S_UNDEFINED : Method correctly executed.
Returned value is undefined.
Case of an object having several subparts supporting the same property with a different value.
E_FAIL : Method execution failed.
Reasons of the failure are not given.
E_NOTIMPL : No implementation available for this method.
This object is included in the file: CATIDftPattern.h
If needed, your Imakefile.mk should include the module: CATDraftingUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.