| Revit 2017 API |
| HermiteFace..::..Params Property |
| HermiteFace Class See Also |
Parameters of the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public DoubleArray this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Params ( _ index As Integer _ ) As DoubleArray Get |
| Visual C++ |
|---|
public: property DoubleArray^ Params[int index] { DoubleArray^ get (int index); } |
Parameters
- index
- Type: System..::..Int32