Gets the insulation specification by group and name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int LocateInsulationSpecification( string group, string name )
Parameters
- group String
- The insulation specification group.
- name String
- The insulation specification name.
Return Value
Int32The insulation specification identifier. Returns -1 if not found.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
