Interface IMaterial Last update: 16.07.2025 Namespace: VM.Managed.Material Assembly: VMAppCore.dll This interface is to represent the material. public interface IMaterial Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties DensityValue Gets the density value. double DensityValue { get; } Property Value double Index Gets or sets the material ID. uint Index { get; set; } Property Value uint