CompoundStructureGetCoreBoundaryLayerIndex Method |
Returns the index of the layer just below the core boundary.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int GetCoreBoundaryLayerIndex(
ShellLayerType shellLayerType
)
Public Function GetCoreBoundaryLayerIndex (
shellLayerType As ShellLayerType
) As Integer
public:
int GetCoreBoundaryLayerIndex(
ShellLayerType shellLayerType
)
member GetCoreBoundaryLayerIndex :
shellLayerType : ShellLayerType -> int
Parameters
- shellLayerType ShellLayerType
-
If ShellLayerType.Exterior return the index on the exterior side (or top side for a roof, floor, or ceiling type).
If ShellLayerType.Interior return the index on the interior side (or bottom side for a roof, floor, or ceiling type).
Return Value
Int32
The index of the layer.
Exceptions
Remarks
See Also