Assign tin properties.
[Visual Basic .NET] Public Sub AssignTinProperties ( _ ByVal pTin As ITin, _ ByVal pDataElement As IDataElement _ )
[C#] public void AssignTinProperties ( ITin pTin, IDataElement pDataElement );
[C++]
HRESULT AssignTinProperties(
ITin* pTin,
IDataElement* pDataElement
);
[C++]Parameters
pTin [in]pTin is a parameter of type ITin
pDataElement [in]pDataElement is a parameter of type IDataElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.