ArcObjects Library Reference (GeoDatabase)  

ITinFeatureEdit.AddPolyObjects Method

Adds polygons/polylines.

[Visual Basic .NET]
Public Sub AddPolyObjects ( _
    ByVal pFeatureClass As IFeatureClass, _
    ByVal pFilter As IQueryFilter, _
    ByVal pHeightField As IField, _
    ByVal pValueField As IField, _
    ByVal bSetEdgeTagValue As Boolean, _
    ByVal bSetNodeTagValue As Boolean, _
    ByVal Type As esriTinEdgeType _
)
[C#]
public void AddPolyObjects (
    IFeatureClass pFeatureClass,
    IQueryFilter pFilter,
    IField pHeightField,
    IField pValueField,
    bool bSetEdgeTagValue,
    bool bSetNodeTagValue,
    esriTinEdgeType Type
);
[C++]
HRESULT AddPolyObjects(
  IFeatureClass* pFeatureClass,
  IQueryFilter* pFilter,
  IField* pHeightField,
  IField* pValueField,
  VARIANT_BOOL bSetEdgeTagValue,
  VARIANT_BOOL bSetNodeTagValue,
  esriTinEdgeType Type
);
[C++]

Parameters

pFeatureClass [in]

  pFeatureClass is a parameter of type IFeatureClass

pFilter [in]

  pFilter is a parameter of type IQueryFilter

pHeightField [in]

  pHeightField is a parameter of type IField

pValueField [in]

  pValueField is a parameter of type IField

bSetEdgeTagValue [in]   bSetEdgeTagValue is a parameter of type VARIANT_BOOL bSetNodeTagValue [in]   bSetNodeTagValue is a parameter of type VARIANT_BOOL Type [in]

  Type is a parameter of type esriTinEdgeType

Product Availability

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

See Also

ITinFeatureEdit Interface