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


IFrameXform2.CameraID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform2.CameraID Property

The camera ID.

[Visual Basic .NET]
Public Property CameraID As String
[C#]
public string CameraID {get; set;}
[C++]
HRESULT get_CameraID(
  BSTR* pCameraID
);
[C++]
HRESULT put_CameraID(
  BSTR pCameraID
);
[C++]

Parameters pCameraID [out, retval] pCameraID is a parameter of type BSTR pCameraID [in] pCameraID is a parameter of type BSTR

Product Availability

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

See Also

IFrameXform2 Interface