Enum Locus.LineTypes
Position of Locus relative to GeoStart and GeoEnd
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public enum LineTypes : int
Fields
Name | Description |
---|---|
ExtendsBeyondGeoEnd | Locus begins at geoStart but extends beyond geoEnd |
ExtendsBeyondGeoStartAndGeoEnd | Locus extends beyond both geoStart and geoEnd |
OnlyBetweenStartAndEnd | Locus exists only between geoStart and geoEnd |