SectionSettingsSetHatchVisibility Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetHatchVisibility(
SectionType nSecType,
SectionGeometry nGeometry,
bool bVisible
)
Public Sub SetHatchVisibility (
nSecType As SectionType,
nGeometry As SectionGeometry,
bVisible As Boolean
)
public:
void SetHatchVisibility(
SectionType nSecType,
SectionGeometry nGeometry,
bool bVisible
)
member SetHatchVisibility :
nSecType : SectionType *
nGeometry : SectionGeometry *
bVisible : bool -> unit
Parameters
- nSecType SectionType
-
- nGeometry SectionGeometry
-
- bVisible Boolean
-
See Also