'Declaration
Public Function DependsOnLibrary( _ ByVal libraryOID As OID _ ) As Boolean
public bool DependsOnLibrary( OID libraryOID )
public: bool DependsOnLibrary( OID^ libraryOID )
Parameters
- libraryOID
- The OID of the library to check for.
Return Value
True if this library or any of its IncludeLibraries (or their dependencies) reference
the given library, False otherwise.