Extent Constructor (ConfigurationDataSetMapRow) |
Initializes a new instance of the
Extent class.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Extent(
ConfigurationDataSetMapRow dataRow
)
Public Sub New (
dataRow As ConfigurationDataSetMapRow
)
Parameters
- dataRow
- Type: Cadcorp.ConfigurationConfigurationDataSetMapRow
A datarow that contains columns MinX, MinY, MaxX, MaxY to construct the extents
See Also