Load Method (IShapeManager) Send Feedback
See Also  Example
PathName
Path and file name of the compiled shape file to load in the drawing
Loads the compiled shape file, using the specified path and file name, in the drawing.

Syntax

Visual Basic 
Sub Load( _
   ByVal PathName As System.String _
) 
C# 
void Load( 
   System.string PathName
)
JavaScript 
Load( 
   PathName : String
)
COM native C++ 
HRESULT Load( 
   BSTR PathName
) 
C++ 
DSRESULT Load( 
   const dsString& PathName
) 

Parameters

PathName
Path and file name of the compiled shape file to load in the drawing

Example

Remarks

The filename extension of a shape file is .shx, and the file is a compiled shape file.

 

See Also

Availability

DraftSight V1R4.0