IAcSmSheetSetSetPromptForDwgName Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetPromptForDwgName(
bool askForName
)
Sub SetPromptForDwgName (
askForName As Boolean
)
void SetPromptForDwgName(
[InAttribute] bool askForName
)
abstract SetPromptForDwgName :
askForName : bool -> unit
Parameters
- askForName
- Type: SystemBoolean
See Also