Description
The latitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Latitude Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Latitude() As System.Object
|
[C#] |
---|
public System.Object Latitude {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_Latitude(); public: __property void set_Latitude( VARIANT );
|
[Unmanaged C++] |
---|
public: HRESULT get_Latitude( VARIANT * pRetVal ); public: HRESULT put_Latitude( VARIANT NewLatitude );
|
[Java] |
---|
public Variant getLatitude();public void setLatitude( Variant );
|
See Also