Bexel Manager API Documentation
Bexel.Api.Material Class Reference

Represents a single material assigned to an Bexel.Api.Element. More...

Inheritance diagram for Bexel.Api.Material:
Bexel.Api.ApiObject IEquatable

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 ()
 

Detailed Description

Represents a single material assigned to an Bexel.Api.Element.

Property Documentation

◆ ID

MaterialID Bexel.Api.Material.ID
get

Returns a unique identifier for the material within a single project.

◆ Name

string Bexel.Api.Material.Name
get

Returns the name of the material.

◆ Project

Project Bexel.Api.Material.Project
get

Returns the project in which the material resides.

◆ Properties

MaterialProperties Bexel.Api.Material.Properties
get

Returns a collection of all properties that are contained within the material.