| Visual Basic | |
|---|---|
Function GetFillType() As dsHatchFillType_e | |
| C# | |
|---|---|
dsHatchFillType_e GetFillType() | |
| JavaScript | |
|---|---|
GetFillType() : String | |
| COM native C++ | |
|---|---|
HRESULT GetFillType( dsHatchFillType_e* FillType ) | |
| C++ | |
|---|---|
DSRESULT GetFillType( dsHatchFillType_e* FillType ) | |
Parameters
- FillType[out] or Return Value
- Type of fill for the Hatch pattern as defined in dsHatchFillType_e
Syntax