SectionSettingsLayer Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public string Layer(
SectionType nSecType,
SectionGeometry nGeometry
)
Public Function Layer (
nSecType As SectionType,
nGeometry As SectionGeometry
) As String
public:
String^ Layer(
SectionType nSecType,
SectionGeometry nGeometry
)
member Layer :
nSecType : SectionType *
nGeometry : SectionGeometry -> string
Parameters
- nSecType SectionType
-
- nGeometry SectionGeometry
-
Return Value
String
See Also