Gets the array of doubles that correspond to vertices of all the triangular faces of the TIN surface.
__property VARIANT* OutputTriangles;
For example, if a TIN surface has two triangular faces, then this array will contain 18 elements (2 triangles multiplied by 3 vertices multiplied by 3 coordinates).