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