SurfaceOperationDeleteMultipleGridPointsLocations Property |
Gets the grid point locations for the operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridLocation[] Locations { get; }
Public ReadOnly Property Locations As GridLocation()
Get
public:
property array<GridLocation>^ Locations {
array<GridLocation>^ get ();
}
Property Value
GridLocation
See Also