SectionSettingsSetHatchAngle Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetHatchAngle(
SectionType nSecType,
SectionGeometry nGeometry,
double fAngle
)
Public Sub SetHatchAngle (
nSecType As SectionType,
nGeometry As SectionGeometry,
fAngle As Double
)
public:
void SetHatchAngle(
SectionType nSecType,
SectionGeometry nGeometry,
double fAngle
)
member SetHatchAngle :
nSecType : SectionType *
nGeometry : SectionGeometry *
fAngle : float -> unit
Parameters
- nSecType SectionType
-
- nGeometry SectionGeometry
-
- fAngle Double
-
See Also