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


ICadastralFabricSubLayer2.Historic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSubLayer2 Interface > ICadastralFabricSubLayer2.Historic Property
ArcGIS Developer Help

ICadastralFabricSubLayer2.Historic Property

Indicates if layer is Historic.

[Visual Basic .NET]
Public Property Historic As Boolean
[C#]
public bool Historic {get; set;}
[C++]
HRESULT get_Historic(
  Boolean* Historic
);
[C++]
HRESULT put_Historic(
  VARIANT_BOOL Historic
);
[C++]
Parameters
Historic [out, retval]

Historic is a parameter of type bool* Historic [in]
Historic is a parameter of type bool

Product Availability

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

See Also

ICadastralFabricSubLayer2 Interface