This document is archived and information here might be outdated. Recommended version. |
A snap agent at the given index.
[Visual Basic .NET] Public Function get_SnapAgent ( _ ByVal index As Integer _ ) As IEngineSnapAgent
[C#] public IEngineSnapAgent get_SnapAgent ( int index );
[C++]
HRESULT get_SnapAgent(
long index,
IEngineSnapAgent** SnapAgent
);
[C++] Parameters index [in]
index is a parameter of type long SnapAgent [out, retval]
SnapAgent is a parameter of type IEngineSnapAgent**
The snap agent at the specified index.