AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Init Method (IAgAccessConstraintPlugin)
See Also 
Site

The site object will be a IAgStkPluginSite component.

Windows






Windows & Linux

Description

Triggered just before the first computational event trigger.

Syntax

[Visual Basic .NET]
Public Function Init( _
   ByVal Site As IAgUtPluginSite _
) As Boolean

[C#]
public bool Init(
IAgUtPluginSite Site
);

[Managed C++]
public: bool Init(
IAgUtPluginSite ^ Site
);

[Java]
public bool init(
IAgUtPluginSite Site
);

[Unmanaged C++]
public: HRESULT Init(
IAgUtPluginSite * Site,
VARIANT_BOOL * ReturnValue
);

Parameters

Site

The site object will be a IAgStkPluginSite component.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface