In This Topic
Creates a new transient grid mate.
Syntax
public void Create(
string ,
PointD ,
double ,
double ,
ushort ,
ushort
)
public:
void Create(
String^ ,
PointD ,
double ,
double ,
ushort ,
ushort
)
Parameters
| Parameter Name | Description |
|---|
| strName | Name of a new grid mate |
| offset | offset of the grid from the parent origin |
| gridIncrementX | Grid increment in X direction |
| gridIncrementY | Grid increment in Y direction |
| numberOfGridLinesX | Number of grid lines in X direction |
| numberOfGridLinesY | Number of grid lines in Y direction |
See Also