This document is archived and information here might be outdated. Recommended version. |
The TIN associated with the renderer.
[Visual Basic .NET] Public Property Tin As ITin
[C#] public ITin Tin {get; set;}
[C++]
HRESULT get_Tin(
ITin* ppTin
);
[C++]
HRESULT putref_Tin(
ITin** ppTin
);
[C++] Parameters ppTin [in]
ppTin is a parameter of type ITin* ppTin [out, retval]
ppTin is a parameter of type ITin**