Returns the 3D BPlane Event properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Event() As IAgVeVOBPlaneEvent |
[C#] |
---|
public IAgVeVOBPlaneEvent Event {get;} |
[Managed C++] |
---|
public: __property IAgVeVOBPlaneEvent ^ get_Event(); |
[Unmanaged C++] |
---|
public: HRESULT get_Event( IAgVeVOBPlaneEvent ** ppVal ); |
[Java] |
---|
public IAgVeVOBPlaneEvent getEvent(); |
[Python - STK API ] |
---|
@property def Event(self) -> "IAgVeVOBPlaneEvent": |