AcadFileDependencies
Collection of references to the files that the current drawing is dependent on.
Supported Platforms: Windows only
                            
Object Inheritance
Members
These members are part of this object:
Methods- Item
 
- CreateEntry
 
- IndexOf
 
- RemoveEntry
 
- UpdateEntry
 
Properties- Application
 
- Count
 
 
- Item()
 
IAcadFileDependency* Item([in] VARIANT Index)
                                                
Returns an object at a given index in the collection.
 
 
- CreateEntry()
 
Integer CreateEntry([in] BSTR Feature, [in] BSTR FullFileName, [in] Boolean AffectsGraphics, [in] Boolean noIncrement)
                                                
Creates an entry in the File Dependencis list.
 
 
- IndexOf()
 
Integer IndexOf([in] BSTR Feature, [in] BSTR FullFileName)
                                                
Returns the index in the collection of a specified entry.
 
 
- RemoveEntry()
 
Void RemoveEntry([in] Integer Index, [in] Boolean forceRemove)
                                                
Removes an entry from the File Dependencies list.
 
 
- UpdateEntry()
 
Void UpdateEntry([in] Integer Index)
                                                
Updates an entry in the File Dependencies list.
 
 
- Application [ReadOnly]
 
IDispatch* Application( )
                                                
Returns the Application object.
 
 
- Count [ReadOnly]
 
Integer Count( )
                                                
Returns the number of items in the collection.