ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricRegeneration.RegeneratorBitmask Property

Store the bitmask defining which operations are to be performed by the regenerator.

ERROR: Syntax information about ICadastralFabricRegeneration.RegeneratorBitmask may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabaseExtensions.dll

[C++]
HRESULT get_RegeneratorBitmask(
  long* pRegeneratorBitmask
);
[C++]
HRESULT put_RegeneratorBitmask(
  long pRegeneratorBitmask
);
[C++]

Parameters

pRegeneratorBitmask [out, retval]   pRegeneratorBitmask is a parameter of type long pRegeneratorBitmask [in]   pRegeneratorBitmask is a parameter of type long

Product Availability

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

See Also

ICadastralFabricRegeneration Interface