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