Revit 2016 API |
RuledFace..::..Point Property |
RuledFace Class See Also |
Profile points of the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
C# |
---|
public XYZ this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Property Point ( _ index As Integer _ ) As XYZ Get |
Visual C++ |
---|
public: property XYZ^ Point[int index] { XYZ^ get (int index); } |
Parameters
- index
- Type: System..::..Int32