dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
OrientationInfo Class
An object containing properties specific to the orientation of an image attachment.
ArcGIS Maps SDK for JavaScript
public class OrientationInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.OrientationInfo>
Inheritance System.Object 🡒 OrientationInfo
Implements System.IEquatable<OrientationInfo>
Constructors
OrientationInfo(long, double, bool, Nullable) Constructor
An object containing properties specific to the orientation of an image attachment.
ArcGIS Maps SDK for JavaScript
public OrientationInfo(long Id, double Rotation, bool Mirrored, System.Nullable<long> OrientationInfoId=null);
Parameters
Id
System.Int64
The identifier for the orientation info.
Rotation
System.Double
The rotation value for the attached image.
ArcGIS Maps SDK for JavaScript
Mirrored
System.Boolean
Indicates whether the image displays mirrored.
ArcGIS Maps SDK for JavaScript
OrientationInfoId
System.Nullable<System.Int64>
The identifier for the orientation info.
ArcGIS Maps SDK for JavaScript
Properties
OrientationInfo.Id Property
The identifier for the orientation info.
public long Id { get; set; }
Property Value
OrientationInfo.Mirrored Property
Indicates whether the image displays mirrored.
ArcGIS Maps SDK for JavaScript
public bool Mirrored { get; set; }
Property Value
OrientationInfo.OrientationInfoId Property
The identifier for the orientation info.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> OrientationInfoId { get; set; }
Property Value
OrientationInfo.Rotation Property
The rotation value for the attached image.
ArcGIS Maps SDK for JavaScript
public double Rotation { get; set; }