Responder Developer Guide
GMLLines Property (geometry)


Syntax
'Declaration
 
<XmlArrayAttribute(0)>
<XmlArrayItemAttribute("complexLine", IsNullable=False)>
Public Property GMLLines As LineStringType()
'Usage
 
Dim instance As geometry
Dim value() As LineStringType
 
instance.GMLLines = value
 
value = instance.GMLLines
[XmlArray(0)]
[XmlArrayItem("complexLine", IsNullable=false)]
public LineStringType[] GMLLines {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