Gets or sets the path and file name of the Help file used by the Help command.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HelpFile As System.String |
C# | |
---|
System.string HelpFile {get; set;} |
JavaScript | |
---|
get_HelpFile () : String
put_HelpFile (
NewVal : String
)
|
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