/// <summary> /// Initializes a new instance of the <see cref="DemographicsGeometryCRC" /> class. /// </summary> /// <param name="type">type.</param> /// <param name="properties">properties.</param> public DemographicsGeometryCRC(string type = default(string), GeometryProperties properties = default(GeometryProperties)) { this.Type = type; this.Properties = properties; }
/// <summary> /// Initializes a new instance of the <see cref="PropertyInformationGeometryCRC" /> class. /// </summary> /// <param name="type">type.</param> /// <param name="properties">properties.</param> public PropertyInformationGeometryCRC(string type = default(string), GeometryProperties properties = default(GeometryProperties)) { this.Type = type; this.Properties = properties; }