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




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

Syntax

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

See Also

© 2010 All Rights Reserved.