IAcadPlotConfigurationsAdd Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
AcadPlotConfiguration Add(
string Name,
[OptionalAttribute] Object ModelType
)
Function Add (
Name As String,
<OptionalAttribute> ModelType As Object
) As AcadPlotConfiguration
AcadPlotConfiguration^ Add(
[InAttribute] String^ Name,
[OptionalAttribute] [InAttribute] Object^ ModelType
)
abstract Add :
Name : string *
[<OptionalAttribute>] ModelType : Object -> AcadPlotConfiguration
Parameters
- Name
- Type: SystemString
- ModelType (Optional)
- Type: SystemObject
Return Value
Type:
AcadPlotConfiguration
See Also