Description
The longitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Longitude Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Longitude() As System.Object
|
| [C#] |
|---|
public System.Object Longitude {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Longitude(); public: __property void set_Longitude(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Longitude(
VARIANT * pVal
);
public: HRESULT put_Longitude(
VARIANT InVal
);
|
| [Java] |
|---|
public VARIANT getLongitude();
public void setLongitude(
VARIANT
);
|
See Also