Class GeoJsonFeatureArgs<TCoordinates>
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents additional arguments for a GeoJson Feature object.
public class GeoJsonFeatureArgs<TCoordinates> : GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates
  Type Parameters
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonObjectArgs<TCoordinates>GeoJsonFeatureArgs<TCoordinates>
 
- Inherited Members
 
Properties
Id
Gets or sets the id.
public BsonValue Id { get; set; }
  Property Value
Properties
Gets or sets the properties.
public BsonDocument Properties { get; set; }