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