Bexel Manager API
Bexel.Api.ProjectMaterials Class Reference

Represents a read-only collection of materials within the Bexel.Api.Project. More...

Inheritance diagram for Bexel.Api.ProjectMaterials:
Bexel.Api.ReadOnlyMaterialCollection Bexel.Api.IReadOnlyMaterialCollection

Additional Inherited Members

- Public Member Functions inherited from Bexel.Api.ReadOnlyMaterialCollection
Material GetMaterialByID (MaterialID id)
 Retrieves the material with the specified ID. More...
 
Material GetMaterialByID (int internalID)
 Retrieves the material with the specified internal ID. More...
 
Material GetMaterialByName (string name)
 Retrieves the material with the specified name. More...
 
IEnumerable< MaterialGetMaterialsByName (string name)
 Retrieves the materials with the specified name. More...
 
bool ContainsKey (MaterialID id)
 Determines whether the collection contains the material with the specified ID. More...
 
bool ContainsKey (int internalID)
 Determines whether the collection contains the material with the specified internal ID. More...
 
- Properties inherited from Bexel.Api.IReadOnlyMaterialCollection
Material this[MaterialID id] [get]
 Retrieves the material with the specified ID. More...
 
Material this[int internalID] [get]
 Retrieves the material with the specified internal ID. More...
 

Detailed Description

Represents a read-only collection of materials within the Bexel.Api.Project.