SectionSettingsSetGenerationOptions Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetGenerationOptions(
SectionType nSecType,
SectionGeneration nOptions
)
Public Sub SetGenerationOptions (
nSecType As SectionType,
nOptions As SectionGeneration
)
public:
void SetGenerationOptions(
SectionType nSecType,
SectionGeneration nOptions
)
member SetGenerationOptions :
nSecType : SectionType *
nOptions : SectionGeneration -> unit
Parameters
- nSecType SectionType
-
- nOptions SectionGeneration
-
See Also