ArcObjects Library Reference  (Carto)    

IRasterCatalogLayer.PrimaryField Property

Layer's primary field.

[Visual Basic 6.0]
Property PrimaryField As Long
[Visual Basic .NET]
Public Property PrimaryField As Integer
[C#]
public int PrimaryField {get; set;}
[Java]
public int getPrimaryField()
throws
    IOException,
    AutomationException
[Java]
public void setPrimaryField(
Long PrimaryField
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PrimaryField(
  long* pnField
);
[C++]
HRESULT put_PrimaryField(
  long pnField

);

[C++]

Parameters

pnField [out, retval]

  pnField is a parameter of type long

pnField [in]

  pnField is a parameter of type long

Product Availability

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

See Also

IRasterCatalogLayer Interface

 


Feedback Send feedback on this page