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


IScientificDataBuilder.CopyOriginalDimensionValues Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IScientificDataBuilder.CopyOriginalDimensionValues Property

Indicates whether original values of the dimensions that are standardized are copied by the raster builder.

[Visual Basic .NET]
Public Property CopyOriginalDimensionValues As Boolean
[C#]
public bool CopyOriginalDimensionValues {get; set;}
[C++]
HRESULT get_CopyOriginalDimensionValues(
  Boolean* pbCopyOriginalDimensionValues
);
[C++]
HRESULT put_CopyOriginalDimensionValues(
  VARIANT_BOOL pbCopyOriginalDimensionValues
);
[C++]

Parameters pbCopyOriginalDimensionValues [out, retval]
pbCopyOriginalDimensionValues is a parameter of type bool* pbCopyOriginalDimensionValues [in]
pbCopyOriginalDimensionValues is a parameter of type bool

Product Availability

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

See Also

IScientificDataBuilder Interface