IfcImage.Layers

IfcImage.Layers property

Gets list of all the layers that are present in the image Gets the layers from the image.

using (IfcImage ifcImage = (IfcImage)Image.Load(fileName))
{
    var layers = ifcImage.Layers
}
public IList<string> Layers { get; }

See Also