![]() | CMVIEWRelocateGroup Method |
Namespace: GeoEngine.Core.GXNetX
public void RelocateGroup( string group, double min_x, double min_y, double max_x, double max_y, int asp ) public void RelocateGroup( string group, double min_x, double min_y, double max_x, double max_y, int asp )
Public Sub RelocateGroup ( group As String, min_x As Double, min_y As Double, max_x As Double, max_y As Double, asp As Integer ) Public Sub RelocateGroup ( group As String, min_x As Double, min_y As Double, max_x As Double, max_y As Double, asp As Integer )
public: void RelocateGroup( String^ group, double min_x, double min_y, double max_x, double max_y, int asp ) public: void RelocateGroup( String^ group, double min_x, double min_y, double max_x, double max_y, int asp )
member RelocateGroup : group : string * min_x : float * min_y : float * max_x : float * max_y : float * asp : int -> unit member RelocateGroup : group : string * min_x : float * min_y : float * max_x : float * max_y : float * asp : int -> unit