ESRI.ArcGIS.ADF.ArcGISServer
SurfacePatchArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MultiPatchN Class : SurfacePatchArray Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(ElementName="SurfacePatch", Form=XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property SurfacePatchArray As Geometry()
Visual Basic (Usage)Copy Code
Dim instance As MultiPatchN
Dim value() As Geometry
 
instance.SurfacePatchArray = value
 
value = instance.SurfacePatchArray
C# 
[XmlArrayItemAttribute(ElementName="SurfacePatch", Form=XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public Geometry[] SurfacePatchArray {get; set;}

See Also

© 2010 All Rights Reserved.