This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSubLayer2 Interface > ICadastralFabricSubLayer2.Historic Property (ArcObjects .NET 10.4 SDK) |
Indicates if layer is Historic.
[Visual Basic .NET] Public Property Historic As Boolean
[C#] public bool Historic {get; set;}
[C++]
HRESULT get_Historic(
VARIANT_BOOL* Historic
);
[C++]
HRESULT put_Historic(
VARIANT_BOOL Historic
);
[C++]
Parameters Historic [out, retval] Historic is a parameter of type VARIANT_BOOL Historic [in] Historic is a parameter of type VARIANT_BOOL