Represents a global positioning of vCard contact More...
Inherits Object.
Public Member Functions | |
float | get_Latitude () const |
Gets a latitude More... | |
void | set_Latitude (float value) |
Sets a latitude More... | |
float | get_Longitude () const |
Gets a longitude More... | |
void | set_Longitude (float value) |
Sets a longitude More... | |
VCardGeo () | |
Initializes a new instance of the VCardGeo class More... | |
VCardGeo (System::SharedPtr< VCardHeader > geoProperty) | |
Initializes a new instance of the VCardGeo class More... | |
System::SharedPtr< VCardHeader > | ToVCardHeader () |
Converts this instance into the corresponding VCardHeader More... | |
Friends | |
class | Aspose::Email::PersonalInfo::VCard::VCardContact |
Represents a global positioning of vCard contact
Aspose::Email::PersonalInfo::VCard::VCardGeo::VCardGeo | ( | ) |
Initializes a new instance of the VCardGeo class
Aspose::Email::PersonalInfo::VCard::VCardGeo::VCardGeo | ( | System::SharedPtr< VCardHeader > | geoProperty | ) |
Initializes a new instance of the VCardGeo class
geoProperty | A GEO vCard property |
ArgumentNullException | geoProperty is null |
float Aspose::Email::PersonalInfo::VCard::VCardGeo::get_Latitude | ( | ) | const |
Gets a latitude
float Aspose::Email::PersonalInfo::VCard::VCardGeo::get_Longitude | ( | ) | const |
Gets a longitude
void Aspose::Email::PersonalInfo::VCard::VCardGeo::set_Latitude | ( | float | value | ) |
Sets a latitude
void Aspose::Email::PersonalInfo::VCard::VCardGeo::set_Longitude | ( | float | value | ) |
Sets a longitude
System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardGeo::ToVCardHeader | ( | ) |
Converts this instance into the corresponding VCardHeader
|
friend |