Bexel Manager API
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

Properties

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...
 

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.