ESRI.ArcGIS.ADF.ArcGISServer
ToElevationFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > EdgeFeatureSource Class : ToElevationFieldName Property




The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property ToElevationFieldName As String
Visual Basic (Usage)Copy Code
Dim instance As EdgeFeatureSource
Dim value As String
 
instance.ToElevationFieldName = value
 
value = instance.ToElevationFieldName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string ToElevationFieldName {get; set;}

See Also

© 2010 All Rights Reserved.