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


IImageInset3.GCPSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageInset3 Interface > IImageInset3.GCPSymbol Property
ArcGIS Developer Help

IImageInset3.GCPSymbol Property

Ground control point symbol.

[Visual Basic .NET]
Public WriteOnly Property GCPSymbol
[C#]
public void GCPSymbol {set;}
[C++]
HRESULT putref_GCPSymbol(
  ISymbol* 
);
[C++]
Parameters
 [in]

is a parameter of type ISymbol*

Product Availability

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

See Also

IImageInset3 Interface