Revit 2015 API |
PolymeshFacet..::..V3 Property |
PolymeshFacet Class See Also |
The third vertex of the facet
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
public int V3 { get; } |
Visual Basic |
---|
Public ReadOnly Property V3 As Integer Get |
Visual C++ |
---|
public: property int V3 { int get (); } |