public VoxelLayer Layer {get;}
Public ReadOnly Property Layer As VoxelLayer
public VoxelLayer Layer {get;}
Public ReadOnly Property Layer As VoxelLayer
//var voxelLayer = ... ; //Must be on the QueuedTask.Run() VoxelLayer voxelLayer = null; var section = MapView.Active?.GetSelectedSections()?.FirstOrDefault(); if (section != null) { voxelLayer = section.Layer; //TODO - use the layer }
Target Platforms: Windows 11, Windows 10