Returns true if a new elevation ViewSection can be placed at %index%, returns false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsAvailableIndex( int index )
Parameters
- index Int32
- The index of the ElevationMarker which will be checked.
Return Value
BooleanTrue if an elevation can be created at %index%, false otherwise.