ProjectedRasterReferenceFrame Property |
Gets or sets the reference frame that the
Projection
is defined in.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override ReferenceFrame ReferenceFrame { get; set; }
Public Overrides Property ReferenceFrame As ReferenceFrame
Get
Set
public:
virtual property ReferenceFrame^ ReferenceFrame {
ReferenceFrame^ get () override;
void set (ReferenceFrame^ value) override;
}
abstract ReferenceFrame : ReferenceFrame with get, set
override ReferenceFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameExceptions Exception | Condition |
---|
ArgumentNullException | ReferenceFrame is null.
|
InvalidOperationException |
Cannot modify ReferenceFrame once the primitive is added to the
primitive manager or a composite primitive. Remove the primitive from
the manager or composite before modifying ReferenceFrame.
|
See Also