LibraryFilesPath Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path where to search for Blocks to insert as Block instances.

Syntax

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

Property Value

Path where to search for Blocks to insert as Block instances

See Also

Availability

DraftSight V1R5.0