i Created topology graph of a polygon feature and i copied geometry of topology edges into line feature class,and topology nodes into point feature class
i created topology layer containing featureclasses as polygon,line,point .
using IEnumtopoparent i am getting FID of individual points ,lines.
i want to get polygon arclist,for getting this using topologyGRAPH.getparentedges(polygon feature class,OID) i am accessing individual edges of polygon. using topoparent.m_FID iam getting fid of parents. but iam not getting line feature as topoparent
to get line feature as topoparent for tpology edges what topology rules should I applY when creating topology layer
pls helpe me.....