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


ICadastralFabricRegeneration.RegeneratorBitmask Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricRegeneration.RegeneratorBitmask Property

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

[Visual Basic .NET]
Public Property RegeneratorBitmask As Integer
[C#]
public int RegeneratorBitmask {get; set;}
[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