AcSmDatabaseClassSetFileName Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void SetFileName(
string newVal
)
Public Overridable Sub SetFileName (
newVal As String
)
public:
virtual void SetFileName(
[InAttribute] String^ newVal
)
abstract SetFileName :
newVal : string -> unit
override SetFileName :
newVal : string -> unit
Parameters
- newVal
- Type: SystemString
Implements
IAcSmDatabaseSetFileName(String)
See Also