ExternalReferencesFilesPath Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path where to search for external references.

Syntax

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

Property Value

Path where to search for external references

See Also

Availability

DraftSight V1R5.0