SurfaceOperationDeleteMultipleLinesMidLocations Property |
Gets all the mid-point locations for the operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point2dCollection MidLocations { get; }
Public ReadOnly Property MidLocations As Point2dCollection
Get
public:
property Point2dCollection^ MidLocations {
Point2dCollection^ get ();
}
Property Value
Point2dCollection
See Also