GridReprojectorTargetGridInfo Property |
Information on target grid. Null if not set (before calling one of the SetTarget method).
If not specified fully the target grid-info, this is first populated fully
after Initialize.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public GridReprojectorGridInfo TargetGridInfo { get; }
Public ReadOnly Property TargetGridInfo As GridReprojectorGridInfo
Get
public:
property GridReprojectorGridInfo^ TargetGridInfo {
GridReprojectorGridInfo^ get ();
}
member TargetGridInfo : GridReprojectorGridInfo with get
Property Value
Type:
GridReprojectorGridInfoSee Also