Indexed access for loops. Use 0 for Min and 1 for Max.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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