Share

ExporterIFC.GetLayerNameForPresentationLayer Method

Get the layer name associated with an element from the default layer mapping table.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string GetLayerNameForPresentationLayer(
	Element pElement,
	ElementId categoryId
)

Parameters

pElement  Element
The element.
categoryId  ElementId
The category id of the element.

Return Value

String
The layer name.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?