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: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
C# |
---|
public bool IsAvailableIndex(
int index
) |
Visual Basic |
---|
Public Function IsAvailableIndex ( _
index As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsAvailableIndex(
int index
) |
Parameters
- index
- Type: System..::..Int32
The index of the ElevationMarker which will be checked.
Return Value
True if an elevation can be created at %index%, false otherwise.
Remarks
See Also