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


IExternalSerializerGdb2.GetQuantizationTransform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb2 Interface > IExternalSerializerGdb2.GetQuantizationTransform Method
ArcGIS Developer Help

IExternalSerializerGdb2.GetQuantizationTransform Method

Obtains the Quantization Transform JSON Ojbect setup during writer install.

[Visual Basic .NET]
Public Sub GetQuantizationTransform ( _
    ByRef QuantizationTransformJO As IJSONObject _
)
[C#]
public void GetQuantizationTransform (
    ref IJSONObject QuantizationTransformJO
);
[C++]
HRESULT GetQuantizationTransform(
  IJSONObject** QuantizationTransformJO
);
[C++]
Parameters
QuantizationTransformJO [out]

QuantizationTransformJO is a parameter of type IJSONObject**

Product Availability

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

See Also

IExternalSerializerGdb2 Interface