ArcObjects Library Reference  (Carto)    

IMapServerSublayer2.SourceID Property

Returns source ID of the layer.

[Visual Basic 6.0]
Property SourceID As String
[Visual Basic .NET]
Public Property SourceID As String
[C#]
public string SourceID {get; set;}
[Java]
public String getSourceID()
throws
    IOException,
    AutomationException
[Java]
public void setSourceID(
String SourceID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SourceID(
  BSTR* SourceID
);
[C++]
HRESULT put_SourceID(
  BSTR SourceID

);

[C++]

Parameters

SourceID [out, retval]

  SourceID is a parameter of type BSTR

SourceID [in]

  SourceID is a parameter of type BSTR

Product Availability

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

See Also

IMapServerSublayer2 Interface

 


Feedback Send feedback on this page