SurfaceBreaklineVertices Property |
Gets a vertex collection that composites the breakline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection Vertices { get; }
Public ReadOnly Property Vertices As Point3dCollection
Get
public:
property Point3dCollection^ Vertices {
Point3dCollection^ get ();
}
Property Value
Point3dCollection
See Also