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


IGlobeTileGeneratorEx.AttributeData Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeTileGeneratorEx.AttributeData Property

The geometry aligned per field attribute values from the list of given feature Ids.

[Visual Basic .NET]
Public Function get_AttributeData ( _
    ByVal pFLayer As IFeatureLayer, _
    ByVal namedField As String, _
    ByVal namedFieldID As Integer, _
    ByVal pGeomAlignedListofFIDs As ILongArray _
) As IntPtr
[C#]
public IntPtr get_AttributeData (
    IFeatureLayer pFLayer,
    string namedField,
    int namedFieldID,
    ILongArray pGeomAlignedListofFIDs
);
[C++]
HRESULT get_AttributeData(
  IFeatureLayer* pFLayer,
  BSTR namedField,
  long namedFieldID,
  ILongArray* pGeomAlignedListofFIDs,
  Byte** ppFieldPackedAttributeArray
);
[C++]

Parameters pFLayer [in]
pFLayer is a parameter of type IFeatureLayer namedField [in] namedField is a parameter of type BSTR namedFieldID [in] namedFieldID is a parameter of type long pGeomAlignedListofFIDs [in]
pGeomAlignedListofFIDs is a parameter of type ILongArray ppFieldPackedAttributeArray [out, retval] ppFieldPackedAttributeArray is a parameter of type Byte

Product Availability

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

See Also

IGlobeTileGeneratorEx Interface