STK Common Entity LibrarySend comments on this topic.
Time Property (IAgEntity)
See Also
Windows





Windows & Linux

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 * pTime
);
public: HRESULT put_Time(
    DATE Time
);
[Java]
public DATE getTime();
public void setTime(
    DATE
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.