This document is archived and information here might be outdated. Recommended version. |
Remove specified snap agent from the environment.
[Visual Basic .NET] Public Sub DeleteSnapAgent ( _ ByVal SnapAgent As IGraphicSnap _ )
[C#] public void DeleteSnapAgent ( IGraphicSnap SnapAgent );
[C++]
HRESULT DeleteSnapAgent(
IGraphicSnap* SnapAgent
);
[C++] Parameters SnapAgent [in]
SnapAgent is a parameter of type IGraphicSnap*