Map_Info.Add_Street Method (Int64, Int64, String, String, String, Int64, Int64, String)
Adds information about a street which appears in this map set
Namespace: SobekCM.Resource_Object.Metadata_Modules.MapsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public Map_Info_Tables..::..StreetRow Add_Street(
long StreetID,
long SheetID,
string Name,
string Description,
string Direction,
long Start,
long End,
string Side
) |
Parameters
- StreetID
- Type: System..::..Int64
Primary key for this street within this map set
- SheetID
- Type: System..::..Int64
Primary key to the map sheet within this map set
- Name
- Type: System..::..String
Name of the street
- Description
- Type: System..::..String
Description of this section of street
- Direction
- Type: System..::..String
Direction portion of the address ( i.e, East, North)
- Start
- Type: System..::..Int64
Address for the beginning of the section of street which appears on a map sheet
- End
- Type: System..::..Int64
Address for the end of the section of street which appears on a map sheet
- Side
- Type: System..::..String
Side of the street, if only one side is present
Return Value
Type:
Map_Info_Tables..::..StreetRow Strongly-typed datatable row with all the street information
See Also