OdaDwfTemplateClassAddPage Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual int AddPage(
string LayoutName
)
Public Overridable Function AddPage (
LayoutName As String
) As Integer
public:
virtual int AddPage(
[InAttribute] String^ LayoutName
)
abstract AddPage :
LayoutName : string -> int
override AddPage :
LayoutName : string -> int
Parameters
- LayoutName
- Type: SystemString
Return Value
Type:
Int32
Implements
IOdaDwfTemplateAddPage(String)
See Also