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


IKmlConvertor.EndPointUrl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.EndPointUrl Property
ArcGIS Developer Help

IKmlConvertor.EndPointUrl Property

Get EndPointUrl property.

[Visual Basic .NET]
Public Property EndPointUrl As String
[C#]
public string EndPointUrl {get; set;}
[C++]
HRESULT get_EndPointUrl(
  System.String* pUrl
);
[C++]
HRESULT put_EndPointUrl(
  BSTR pUrl
);
[C++]
Parameters
pUrl [out, retval]

pUrl is a parameter of type BSTR* pUrl [in]
pUrl is a parameter of type BSTR

Product Availability

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

See Also

IKmlConvertor Interface