This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageFeaturePoint Interface > IImageFeaturePoint.Signature Property (ArcObjects .NET 10.4 SDK) |
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