Share

TinSurfaceEdge.Vertex1 Property

Gets one end vertex for the edge.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public TinSurfaceVertex Vertex1 { get; }

VB

Public ReadOnly Property Vertex1 As TinSurfaceVertex
	Get

C++

public:
property TinSurfaceVertex^ Vertex1 {
	TinSurfaceVertex^ get ();
}

Property Value

TinSurfaceVertex

See Also

Reference

Was this information helpful?