AGI STK Objects 11Send comments on this topic.
EventName Property (IAgVeVOBPlaneInstance)
See Also 
Windows






Windows & Linux

Description

The event name, which is the point in time at which the B-Plane is defined.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EventName() As String
[C#]
public string EventName {get; set;}
[Managed C++]
public: __property String __gc ^ get_EventName();
public: __property void set_EventName(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_EventName(
   BSTR * pRetVal
);
public: HRESULT put_EventName(
   BSTR NewEventName
);
[Java]
public String getEventName();public void setEventName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.