GenericSPGetRenderExtent Method |
Retrieve the view extent, by looking at the corners of the map image rather
than using the SIS GetViewExtent() which depends on the aspect ratio of the original SWD.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic SisExtent GetRenderExtent()
Public Function GetRenderExtent As SisExtent
Return Value
Type:
SisExtentThe view extent.
See Also