Hi Guys,
I want to add the measure Grid into map frame in layout container from sdk programmatically.
I can manage to access the activedMapFrame object via LayoutView.Active.AciveMapFrame
And I can grab the CIMMapGrid array via CIMMapFrame.
But I still can't find a way to add the CIMGraticule into that array.
I believed, by simply changing the Grids array object of CIMMapFrame shall not affect.
Can I know what is the usage,I can't find in either sample or sdk.