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