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