This document is archived and information here might be outdated. Recommended version. |
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