SectionSettingsSetHatchPatternName
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetHatchPatternName(
SectionType nSecType,
SectionGeometry nGeometry,
string sNewName
)
Public Sub SetHatchPatternName (
nSecType As SectionType,
nGeometry As SectionGeometry,
sNewName As String
)
public:
void SetHatchPatternName(
SectionType nSecType,
SectionGeometry nGeometry,
String^ sNewName
)
member SetHatchPatternName :
nSecType : SectionType *
nGeometry : SectionGeometry *
sNewName : string -> unit
Parameters
- nSecType SectionType
-
- nGeometry SectionGeometry
-
- sNewName String
-
See Also