ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKeyframeCamera Class / AdjustedCameraPath Property

In This Topic
    AdjustedCameraPath Property
    In This Topic
    Gets or sets the bezier control points between the previous camera position and the current camera position. Used to define the camera path for the AdjustableArc transition. When the value is null or empty, a default path is used. Must be in the map's spatial reference.
    Syntax
    public Multipoint AdjustedCameraPath {get; set;}
    Public Property AdjustedCameraPath As Multipoint
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also