STK ObjectsSend 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 * pVal
);
public: HRESULT put_EventName(
    BSTR EventName
);
[Java]
public String getEventName();
public void setEventName(
    String
);
[Python - STK API ]
@property
def EventName(self) -> str:

@EventName.setter
def EventName(self, EventName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.