Description
Time of the ellipse. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Time() As System.Object
|
[C#] |
---|
public System.Object Time {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_Time(); public: __property void set_Time(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Time(
VARIANT * pVal
);
public: HRESULT put_Time(
VARIANT inVal
);
|
[Java] |
---|
public AgVariant getTime();
public void setTime(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Time(self) -> typing.Any:
@Time.setter
def Time(self, inVal:typing.Any) -> None:
|
See Also