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


IImageFeaturePoint.Signature Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoint.Signature Property

The feature point signature value.

[Visual Basic .NET]
Public Property Signature As Object
[C#]
public object Signature {get; set;}
[C++]
HRESULT get_Signature(
  VARIANT* pSignature
);
[C++]
HRESULT put_Signature(
  VARIANT pSignature
);
[C++]

Parameters pSignature [out, retval] pSignature is a parameter of type VARIANT pSignature [in] pSignature is a parameter of type VARIANT

Product Availability

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

See Also

IImageFeaturePoint Interface