Given a particular feature index, this method returns the ClassName that should be passed to the McGraphOverlay.Add method to create a compatible McGraphObj. A McGraphObj of this class can be linked to the given feature.
Each feature type has a corresponding McGraphObj class to which it can be linked with the LinkFeatureToGraphObj method:
McRegions feature of type mcftOutline - McGraphObjPoly
McRegions feature of type mcftBox - McGraphObjRect
McRegions feature of type mcftEllipse - McGraphObjEllipse
McRegions feature of type mcftScanList - McGraphObjPoly
McLines feature of type mcftLine - McGraphObjLine
McLines feature of type mcftPolyline - McGraphObjPoly
McPoints feature of type mcftPoint - McGraphObjPoint