ESRI.ArcGIS.ADF.ArcGISServer
InverseCoeffY Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > PolynomialXform Class : InverseCoeffY Property




Syntax

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

See Also

© 2010 All Rights Reserved.