All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface CATISchFrameInfo
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISchFrameInfo
Interface to manage Schematic platform drafting frame information.
Role: To get and set frame information.
Method Index
- o
GetLabelCode(CATUnicodeString&,CATBoolean&)
- Get the frame label code.
- o
GetOriginCornerCode(CATUnicodeString&)
- Get the frame origin corner code.
- o
GetSpacingCode(CATUnicodeString&,CATBoolean&)
- Get the frame spacing code.
- o
SetLabelCode(CATUnicodeString&,CATBoolean&)
- Set the frame label code.
- o
SetOriginCornerCode(CATUnicodeString&)
- Set the frame origin corner code.
- o
SetSpacingCode(CATUnicodeString&,CATBoolean&)
- Set the frame spacing code.
Methods
o GetLabelCode
| public virtual GetLabelCode( | | oLabel, |
| const | iBHoriz | =TRUE) |
-
Get the frame label code.
- Parameters:
-
- oLabel
- Label code.
- iBHoriz
- If TRUE, then the labels are for horizontal spacing, else, they are for
vertical spacing.
o GetOriginCornerCode
| public virtual GetOriginCornerCode( | | oOriginCorner) |
-
Get the frame origin corner code.
- Parameters:
-
- oOriginCorner
- Origin corner code.
o GetSpacingCode
| public virtual GetSpacingCode( | | oSpacing, |
| const | iBHoriz | =TRUE) |
-
Get the frame spacing code.
- Parameters:
-
- oSpacing
- Spacing code.
- iBHoriz
- If TRUE, then the spacing is for horizontal, else, the spacing is for
vertical.
o SetLabelCode
| public virtual SetLabelCode( | const | iLabel, |
| const | iBHoriz | =TRUE) |
-
Set the frame label code.
- Parameters:
-
- iLabel
- Label code.
- iBHoriz
- If TRUE, then the labels are for horizontal spacing, else, they are for
vertical spacing.
o SetOriginCornerCode
| public virtual SetOriginCornerCode( | const | iOriginCorner) |
-
Set the frame origin corner code.
- Parameters:
-
- iOriginCorner
- Origin corner code.
o SetSpacingCode
| public virtual SetSpacingCode( | const | iSpacing, |
| const | iBHoriz | =TRUE) |
-
Set the frame spacing code.
- Parameters:
-
- iSpacing
- Spacing code.
- iBHoriz
- If TRUE, then the spacing is for horizontal, else, the spacing is for
vertical.
This object is included in the file: CATISchFrameInfo.h