CompoundStructureGetFirstCoreLayerIndex Method |
Gets the index of the first core layer.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int GetFirstCoreLayerIndex()
Public Function GetFirstCoreLayerIndex As Integer
public:
int GetFirstCoreLayerIndex()
member GetFirstCoreLayerIndex : unit -> int
Return Value
Int32
The index of the first core layer.
Remarks
See Also