TinSurfaceTriangleVertex3 Property |
Gets the third vertex in the triangle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TinSurfaceVertex Vertex3 { get; }
Public ReadOnly Property Vertex3 As TinSurfaceVertex
Get
public:
property TinSurfaceVertex^ Vertex3 {
TinSurfaceVertex^ get ();
}
Property Value
TinSurfaceVertex
See Also