SectionSettingsGetHatchPatternType
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public HatchPatternType GetHatchPatternType(
SectionType nSecType,
SectionGeometry nGeometry
)
Public Function GetHatchPatternType (
nSecType As SectionType,
nGeometry As SectionGeometry
) As HatchPatternType
public:
HatchPatternType GetHatchPatternType(
SectionType nSecType,
SectionGeometry nGeometry
)
member GetHatchPatternType :
nSecType : SectionType *
nGeometry : SectionGeometry -> HatchPatternType
Parameters
- nSecType SectionType
-
- nGeometry SectionGeometry
-
Return Value
HatchPatternType
See Also