ESRI.ArcGIS.ADF.ArcGISServer
ElevationFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SystemJunctionSource Class : ElevationFieldName Property




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

Syntax

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

See Also

© 2010 All Rights Reserved.