Revit 2018 API |
HermiteFace..::..Params Property |
HermiteFace Class See Also |
Parameters of the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
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