ArcGIS Runtime SDK for iOS: AGSIDInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSIDInfo Class Reference

Description

Metadata for a service.

An object that represents the sub layer metadata for a Feature service or a Map service.

Since
100.0
Inheritance diagram for AGSIDInfo:
AGSObject AGSFeatureServiceLayerIDInfo AGSMapServiceLayerIDInfo

Properties

NSInteger ID
 
NSString * name
 

Property Documentation

◆ ID

- (NSInteger) ID
readnonatomicassign

The id info's id.

Will return -1 if an error occurs.

Since
100.0

◆ name

- (NSString*) name
readnonatomiccopy

The id info's name.

Since
100.0