AcadPreferencesProfilesClassCopyProfile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void CopyProfile(
string oldProfileName,
string newProfileName
)
Public Overridable Sub CopyProfile (
oldProfileName As String,
newProfileName As String
)
public:
virtual void CopyProfile(
[InAttribute] String^ oldProfileName,
[InAttribute] String^ newProfileName
)
abstract CopyProfile :
oldProfileName : string *
newProfileName : string -> unit
override CopyProfile :
oldProfileName : string *
newProfileName : string -> unit
Parameters
- oldProfileName
- Type: SystemString
- newProfileName
- Type: SystemString
Implements
IAcadPreferencesProfilesCopyProfile(String, String)
See Also