VEventGeographic Position Property
This is used to get the geographic position (GEO) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to iCalendar 2.0 objects. For vCalendar 1.0 objects, the position is stored in the owning calendar object.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public GeographicPositionProperty GeographicPosition { get; }VB
Public ReadOnly Property GeographicPosition As GeographicPositionProperty
GetC++
public:
property GeographicPositionProperty^ GeographicPosition {
GeographicPositionProperty^ get ();
}F#
member GeographicPosition : GeographicPositionProperty with getProperty Value
GeographicPositionPropertyThis property is only applicable to iCalendar 2.0 objects. For vCalendar 1.0 objects, the position is stored in the owning calendar object.