======Класс LeaderGrip====== * **Пространство имен:** [[developers:references:topomatic.planchet.leader|Topomatic.Planchet.Leader]] * **Сборка:** Topomatic.Planchet (в Topomatic.Planchet.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.cad.view.grip|Topomatic.Cad.View.Grip]] * Topomatic.Planchet.Leader.LeaderGrip * [[developers:references:topomatic.planchet.leader.leaderanglegrip|Topomatic.Planchet.Leader.LeaderAngleGrip]] * [[developers:references:topomatic.planchet.leader.leaderpositiongrip|Topomatic.Planchet.Leader.LeaderPositionGrip]] =====Синтаксис===== public abstract class LeaderGrip : Grip, IGrip =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.planchet.leader.leadergrip..ctor_topomatic.cad.view.cadview_topomatic.planchet.leader.leaderparams_topomatic.cad.foundation.cadcolor|LeaderGrip(CadView, LeaderParams, CadColor)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.caption|Caption]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.gripaction|GripAction]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.griptype|GripType]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.location|Location]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.owner|Owner]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.grip.rotation|Rotation]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.addgrip_system.string_system.string_topomatic.cad.view.igrip|AddGrip(String, String, IGrip)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.getlocation_topomatic.cad.view.cadview|GetLocation(CadView)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.onclick_system.eventargs|OnClick(EventArgs)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.oncreatemenu_topomatic.controls.createmenueventargs|OnCreateMenu(CreateMenuEventArgs)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.ondynamicrender_topomatic.cad.foundation.devicecontext_topomatic.cad.foundation.vector3d|OnDynamicRender(DeviceContext, Vector3D)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.onhighlight_topomatic.cad.view.paintgripeventargs|OnHighlight(PaintGripEventArgs)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.onmove_topomatic.cad.foundation.vector3d|OnMove(Vector3D)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.grip.onpaint_topomatic.cad.view.paintgripeventargs|OnPaint(PaintGripEventArgs)]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| =====События===== ^Тип^Имя^Описание^ |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.cad.view.grip.dynamicrender|DynamicRender]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)| |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.cad.view.grip.move|Move]]| (Наследуется от [[developers:references:topomatic.cad.view.grip|Grip]].)|