This document is archived and information here might be outdated. Recommended version. |
The featureclass the feature snap agent snaps to.
[Visual Basic .NET] Public Property FeatureClass As IFeatureClass
[C#] public IFeatureClass FeatureClass {get; set;}
[C++]
HRESULT get_FeatureClass(
IFeatureClass* featClass
);
[C++]
HRESULT putref_FeatureClass(
IFeatureClass** featClass
);
[C++] Parameters featClass [in]
featClass is a parameter of type IFeatureClass* featClass [out, retval]
featClass is a parameter of type IFeatureClass**