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