    

 ## On this page

  

 

 #  Interface IHasMaterial

 Last update: 16.07.2025 

Namespace: [VM.Managed.Material](VM.Managed.Material.md)  
Assembly: VMAppCore.dll

This interface is to represent the entity including material.

```csharp
public interface IHasMaterial

```

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Properties

### <a id="VM_Managed_Material_IHasMaterial_Material"></a> Material

Gets the material.

```csharp
IMaterial Material { get; }

```

#### Property Value

[IMaterial](VM.Managed.Material.IMaterial.md)