HelpFile Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets the path and file name of the Help file used by the Help command.

Syntax

Visual Basic 
Property HelpFile As System.String
C# 
System.string HelpFile {get; set;}
JavaScript 
get_HelpFile () : String
put_HelpFile (
   NewVal : String
)
COM native C++ 
HRESULT get_HelpFile(
   BSTR* Val
) 
HRESULT put_HelpFile( 
   BSTR NewVal
C++ 
DSRESULT get_HelpFile (
   dsString* Val
)
DSRESULT put_HelpFile(
   const dsString& NewVal
)

Property Value

Path and file name of the Help file used by the Help command

Example

See Also

Availability

DraftSight V1R3.0