Responder Developer Guide
GMLPolygons Property (geometry)


Syntax
'Declaration
 
<XmlArrayAttribute(1)>
<XmlArrayItemAttribute("Polygon", IsNullable=False)>
Public Property GMLPolygons As PolygonType()
'Usage
 
Dim instance As geometry
Dim value() As PolygonType
 
instance.GMLPolygons = value
 
value = instance.GMLPolygons
[XmlArray(1)]
[XmlArrayItem("Polygon", IsNullable=false)]
public PolygonType[] GMLPolygons {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

geometry Class
geometry Members

 

 


Send Comment