Heureka API .NET Documentation
LastProjection Property



Last projection used in a map for this project
Syntax
'Declaration
 
Public Property LastProjection As DotSpatial.Projections.ProjectionInfo
'Usage
 
Dim instance As ProjectConfiguration
Dim value As DotSpatial.Projections.ProjectionInfo
 
instance.LastProjection = value
 
value = instance.LastProjection
public DotSpatial.Projections.ProjectionInfo LastProjection {get; set;}
public:
property DotSpatial.Projections.ProjectionInfo^ LastProjection {
   DotSpatial.Projections.ProjectionInfo^ get();
   void set (    DotSpatial.Projections.ProjectionInfo^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProjectConfiguration Class
ProjectConfiguration Members

Send Feedback