Touchstone 11.0 API Reference
GeospatialAnalysisTemplates Property


Air.Services.Proxy Assembly > AIR.Services.ObjectManagement.Api Namespace > GetGeospatialAnalysisTemplatesResponse Class : GeospatialAnalysisTemplates Property
Contains a list of geospatial analysis templates.
Syntax
Public Property GeospatialAnalysisTemplates As List(Of GeospatialAnalysisTemplate)
Dim instance As GetGeospatialAnalysisTemplatesResponse
Dim value As List(Of GeospatialAnalysisTemplate)
 
instance.GeospatialAnalysisTemplates = value
 
value = instance.GeospatialAnalysisTemplates
public List<GeospatialAnalysisTemplate> GeospatialAnalysisTemplates {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetGeospatialAnalysisTemplatesResponse Class
GetGeospatialAnalysisTemplatesResponse Members