GetFillType Method (IHatchPattern) Send Feedback
See Also 
FillType[out]
Type of fill for the Hatch pattern as defined in dsHatchFillType_e
Gets the type of fill for the Hatch pattern.

Syntax

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
 

See Also