Interface IHasMaterials Last update: 16.07.2025 Namespace: VM.Managed.Material Assembly: VMAppCore.dll This interface is to represent the entity including materials. public interface IHasMaterials Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties Materials Gets the materials. IEnumerable<imaterial> Materials { get; } Property Value IEnumerableIMaterial>