Gets or sets the path where to search for external references.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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