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