IAcSmSheetSetSetPromptForDwgName
Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 25.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 Boolean
-
See Also