IAcSmSheetSetTitle Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetTitle(
string title
)
Sub SetTitle (
title As String
)
void SetTitle(
[InAttribute] String^ title
)
abstract SetTitle :
title : string -> unit
Parameters
- title
- Type: SystemString
See Also