GetWallTypeLayerSummary
Dictionary<string, IEnumerable<LayerInfo>> GetWallTypeLayerSummary(this Document doc)Gets a summary of layer configurations for all wall types.
Parameters
- docDocument
The document instance.
Returns: Dictionary keyed by wall type name with LayerInfo collections.
Example
var summary = doc.GetWallTypeLayerSummary();