Indexed access for loops. Use 0 for Min and 1 for Max.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public UV this[ int idx ] { get; } |
Visual Basic |
---|
Public ReadOnly Property Bounds ( _ idx As Integer _ ) As UV Get |
Visual C++ |
---|
public: property UV^ Bounds[int idx] { UV^ get (int idx); } |
Parameters
- idx
- Type: System..::..Int32