Public ReadOnly Property Layer As VoxelLayer
public VoxelLayer Layer {get;}
Public ReadOnly Property Layer As VoxelLayer
public VoxelLayer Layer {get;}
{
voxelLayer = null;
var section = MapView.Active?.GetSelectedSections()?.FirstOrDefault();
if (section != null)
{
voxelLayer = section.Layer;
//TODO - use the layer
}
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)