| Visual Basic | |
|---|---|
Sub Load( _ ByVal PathName As System.String _ ) | |
| C# | |
|---|---|
void Load( System.string PathName ) | |
| JavaScript | |
|---|---|
Load( PathName : String ) | |
Parameters
- PathName
- Path and file name of the compiled shape file to load in the drawing
The filename extension of a shape file is .shx, and the file is a compiled shape file.
DraftSight V1R4.0
Syntax