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