SampleLineVertices Property |
Gets all the vertex points of the sample line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SampleLineVertexCollection Vertices { get; }
Public ReadOnly Property Vertices As SampleLineVertexCollection
Get
public:
property SampleLineVertexCollection^ Vertices {
SampleLineVertexCollection^ get ();
}
Property Value
SampleLineVertexCollection
See Also