ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ElevationTypeDefinition Class / NumericFieldName Property

In This Topic
    NumericFieldName Property
    In This Topic
    Gets or sets the NumericFieldName.
    Syntax
    public string NumericFieldName {get; set;}
    Public Property NumericFieldName As String
    Remarks
    The value stored in a numeric attribute field can be used to specify the height of features when the LayerElevationType is one of: LayerElevationType.AtAbsoluteHeight, LayerElevationType.RelativeToCustomSurface, and LayerElevationType.RelativeToGround otherwise the field name is ignored. If a FeatureElevationExpression has been set then NumericFieldName will also be ignored. To use a numeric attribute field name, the FeatureElevationExpression must be set to an empty string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also