Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi All,
I am trying to get the outline points (bottom left & right Top points) for the Table & Note but not able to get success.
Although we can get outlines for the view using 'ProDrawingViewOutlineGet' function.
Anybody can help me on this.
Thanks for the help.
Solved! Go to Solution.
Table: ProDwgtableInfoGet -> ProDwgtableInfo Attribute -> double outline[2][3];
2d Note: ProDtlnotedataLinesCollect -> ProDtlnoteLineEnvelopeGet (for first and last line if more than one)
Table: ProDwgtableInfoGet -> ProDwgtableInfo Attribute -> double outline[2][3];
2d Note: ProDtlnotedataLinesCollect -> ProDtlnoteLineEnvelopeGet (for first and last line if more than one)
