LegacyTelogisServiceGetPhoto Method |
Print this page
Gets a photo by a specified Id
Namespace: Telogis.API Syntax public Photo GetPhoto(
long id
)
Public Function GetPhoto (
id As Long
) As Photo
Parameters
- id
- Type: SystemInt64
System-generated ID assigned when the photo was created. See CreatePhoto(String, Byte).
Return Value
Type:
PhotoSee Also