AGI Common Entity Library 11 Send comments on this topic.
Time Property (IAgEntity)
See Also 





Description

The time the entity was last modified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Time() As Date

[C#]
public Date Time {get; set;}

[Managed C++]
public: __property Date^ get_Time();
public: __property void set_Time(
Date ^
);

[Unmanaged C++]
public: HRESULT get_Time(
Date ** ppRetVal
);
public: HRESULT put_Time(
Date * pNewTime
);

[Java]
public Date getTime();public void setTime(
Date
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1