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


ITinEdit.AddFromFeatureCursor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.AddFromFeatureCursor Method
ArcGIS Developer Help

ITinEdit.AddFromFeatureCursor Method

Adds features from a feature cursor to the TIN.

[Visual Basic .NET]
Public Sub AddFromFeatureCursor ( _
    ByVal pCursor As IFeatureCursor, _
    ByVal pHeightField As IField, _
    ByVal pTagValueField As IField, _
    ByVal Type As esriTinSurfaceType, _
    [ByRef pbUseShapeZ As Object] _
)
[C#]
public void AddFromFeatureCursor (
    IFeatureCursor pCursor,
    IField pHeightField,
    IField pTagValueField,
    esriTinSurfaceType Type,
    ref object pbUseShapeZ
);
[C++]
HRESULT AddFromFeatureCursor(
  IFeatureCursor* pCursor,
  IField* pHeightField,
  IField* pTagValueField,
  esriTinSurfaceType Type,
  Variant* pbUseShapeZ
);
[C++]
Parameters
pCursor [in]

pCursor is a parameter of type IFeatureCursor* pHeightField [in]
pHeightField is a parameter of type IField* pTagValueField [in]
pTagValueField is a parameter of type IField* Type [in]
Type is a parameter of type esriTinSurfaceType pbUseShapeZ [in, optional]
pbUseShapeZ is a parameter of type VARIANT*

Product Availability

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

See Also

ITinEdit Interface