494 reputation
213
bio website
location Jordan
age 23
visits member for 1 year
seen May 10 at 21:29
stats profile views 37

May
9
awarded  Yearling
Apr
22
comment How to create dynamic sub-menu in ArcMap?
never mind, i found the answer. and thanks a lot. :)
Apr
22
accepted How to create dynamic sub-menu in ArcMap?
Apr
22
comment How to create dynamic sub-menu in ArcMap?
Thanks a lot, but how to implement items inside IMultiItem, can you till me please.
Apr
22
revised How to create dynamic sub-menu in ArcMap?
deleted 18 characters in body
Apr
22
comment How to create dynamic sub-menu in ArcMap?
@artwork21 i posted the code in the question
Apr
22
revised How to create dynamic sub-menu in ArcMap?
added 3677 characters in body
Apr
21
asked How to create dynamic sub-menu in ArcMap?
Apr
16
awarded  Caucus
Mar
14
asked How to get the nearest line to a feature?
Feb
9
comment Spatial Adjustment - ArcMap
Thanks, i was looking for this :)
Feb
9
accepted Spatial Adjustment - ArcMap
Feb
9
asked Spatial Adjustment - ArcMap
Dec
16
comment How to set a color for a rectangle?
thanks, i did it like this : IFillShapeElement fem = (IFillShapeElement)rectangleElement; ISimpleFillSymbol fillSymbol = new SimpleFillSymbolClass(); fillSymbol.Style = esriSimpleFillStyle.esriSFSHollow; fem.Symbol = fillSymbol;
Dec
16
accepted How to set a color for a rectangle?
Dec
16
asked How to set a color for a rectangle?
Dec
12
comment How to get X and Y coordinate values of the map?
Didn't testing it yet, but seems right thanks a lot.
Dec
12
accepted How to get X and Y coordinate values of the map?
Dec
12
asked How to get X and Y coordinate values of the map?
Dec
10
comment How to change the view from layout view to data view using c# code in ArcMap?
@PetrKrebs thanks,