AcadPreferencesFilesClassGetProjectFilePath Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string GetProjectFilePath(
string ProjectName
)
Public Overridable Function GetProjectFilePath (
ProjectName As String
) As String
public:
virtual String^ GetProjectFilePath(
[InAttribute] String^ ProjectName
)
abstract GetProjectFilePath :
ProjectName : string -> string
override GetProjectFilePath :
ProjectName : string -> string
Parameters
- ProjectName
- Type: SystemString
Return Value
Type:
String
Implements
IAcadPreferencesFilesGetProjectFilePath(String)
See Also