AcadFileDependency
Details about a file listed in the AcadFileDependencies object.
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Properties- FullFileName
- FileName
- FoundPath
- FingerprintGuid
- VersionGuid
- Feature
- IsModified
- AffectsGraphics
- Index
- TimeStamp
- FileSize
- ReferenceCount
- FullFileName [ReadOnly]
BSTR FullFileName( )
Returns the path and file name of an entry in the File Dependencies list.
- FileName [ReadOnly]
BSTR FileName( )
Returns the file name of an entry in the File Dependencies list.
- FoundPath [ReadOnly]
BSTR FoundPath( )
Returns the alternative path for an entry in the File Dependencies list.
- FingerprintGuid [ReadOnly]
BSTR FingerprintGuid( )
Returns the fingerprint GUID for an entry in the File Dependencies list.
- VersionGuid [ReadOnly]
BSTR VersionGuid( )
Returns the version GUID for an entry in the File Dependencies list.
- Feature [ReadOnly]
BSTR Feature( )
Returns the feature, such as XRef, for an entry in the File Dependencies list.
- IsModified [ReadOnly]
Boolean IsModified( )
Returns whether the entry in the File Dependencies list has been changed.
- AffectsGraphics [ReadOnly]
Boolean AffectsGraphics( )
Returns whether an entry in the File Dependencies list affects graphics.
- Index [ReadOnly]
Integer Index( )
Returns the index of an entry in the File Dependencies list.
- TimeStamp [ReadOnly]
Integer TimeStamp( )
Returns the timestamp of an entry in the File Dependencies list.
- FileSize [ReadOnly]
Integer FileSize( )
Returns the file size of an entry in the File Dependencies list.
- ReferenceCount [ReadOnly]
Integer ReferenceCount( )
Returns the reference count of an entry in the File Dependencies list.