STK AgAccessConstraintPluginSend comments on this topic.
AddTarget Method (IAgAccessConstraintPluginResultRegister)
See Also
Type
An indicator of the STK object type.
Windows





Windows & Linux

Description

Adds a target to the target list.

Syntax

[Visual Basic .NET]
Public Sub AddTarget( _
    ByVal Type As AgEAccessConstraintObjectType _
)
[C#]
public void AddTarget(
    AgEAccessConstraintObjectType Type
);
[Managed C++]
public: void AddTarget(
    AgEAccessConstraintObjectType Type
);
[Unmanaged C++]
public: HRESULT AddTarget(
    AgEAccessConstraintObjectType Type
);
[Java]
public void addTarget(
    AgEAccessConstraintObjectType Type
);
[Python - STK API ]
def AddTarget(self, Type:"AgEAccessConstraintObjectType") -> None:

Parameters

Type
An indicator of the STK object type.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.