Bexel Manager API Documentation
|
Represents a single material assigned to an Bexel.Api.Element. More...
Public Member Functions | |
bool | Equals (Material other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (Material left, Material right) |
static bool | operator!= (Material left, Material right) |
Properties | |
override bool | IsValid [get] |
Project | Project [get] |
Returns the project in which the material resides. More... | |
MaterialID | ID [get] |
Returns a unique identifier for the material within a single project. More... | |
string | Name [get] |
Returns the name of the material. More... | |
MaterialProperties | Properties [get] |
Returns a collection of all properties that are contained within the material. More... | |
Properties inherited from Bexel.Api.ApiObject | |
abstract bool | IsValid [get] |
Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
virtual void | CheckValidity () |
Represents a single material assigned to an Bexel.Api.Element.
|
get |
Returns a unique identifier for the material within a single project.
|
get |
Returns the name of the material.
|
get |
Returns the project in which the material resides.
|
get |
Returns a collection of all properties that are contained within the material.