This document is archived and information here might be outdated.  Recommended version.


IJSONWriter.WriteFloatVal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONWriter.WriteFloatVal Method

Writes a float in array.

[Visual Basic .NET]
Public Sub WriteFloatVal ( _
    ByVal Value As Single _
)
[C#]
public void WriteFloatVal (
    float Value
);
[C++]
HRESULT WriteFloatVal(
  float Value
);
[C++]

Parameters Value Value is a parameter of type float

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONWriter Interface