public IReadOnlyList<AssociationFeature> GetAssociationFeatures( Envelope extent, AssociationType associationType )
Public Overloads Function GetAssociationFeatures( _ ByVal extent As Envelope, _ ByVal associationType As AssociationType _ ) As IReadOnlyList(Of AssociationFeature)
Parameters
- extent
- Specifies an ArcGIS.Core.Geometry.Envelope that defines the extent for which to return association information.
- associationType
- The type of associations to return.
Return Value
A list of AssociationFeature objects.