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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1