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