All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMAxisExplicit
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMAxisExplicit
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMAxisExplicit
Interface to manage stacked axis feature definition.
Role: Allows you to access data of the stacked axis feature.
- See also:
- CATIGSMFactory.CreateAxisExplicit
Method Index
- o
GetAxisReferenceNumber(int&)
- Gets the reference number of the defined stacked axis.
- o
SetAxisReferenceNumber(int&)
- Sets the reference number of the defined stacked axis.
Methods
o GetAxisReferenceNumber
public virtual HRESULT GetAxisReferenceNumber( | int& | oAxisReferenceNumber) = 0 |
-
Gets the reference number of the defined stacked axis.
It will be 1 for X axis, 2 for Y axis, 3 for Z axis
- Parameters:
-
- oxisReferenceNumber
- reference number
o SetAxisReferenceNumber
public virtual HRESULT SetAxisReferenceNumber( | const int& | iAxisReferenceNumber) = 0 |
-
Sets the reference number of the defined stacked axis.
It will be 1 for X axis, 2 for Y axis, 3 for Z axis
- Parameters:
-
- iAxisReferenceNumber
- reference number
This object is included in the file: CATIGSMAxisExplicit.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces