AcadPreferencesFilesClassHelpFilePath Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string HelpFilePath { get; set; }
Public Overridable Property HelpFilePath As String
Get
Set
public:
virtual property String^ HelpFilePath {
String^ get ();
void set (String^ value);
}
abstract HelpFilePath : string with get, set
override HelpFilePath : string with get, set
Property Value
Type:
String
Implements
IAcadPreferencesFilesHelpFilePath
See Also