Miner.Interop Namespace > MMStoredDisplayClass Class : RelatedObjectMoved Method |
'Declaration
Public Overridable Sub RelatedObjectMoved( _ ByVal RelationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _ ByVal objectThatChanged As ESRI.ArcGIS.Geodatabase.IObject, _ ByVal moveVector As ESRI.ArcGIS.Geometry.ILine _ )
'Usage
Dim instance As MMStoredDisplayClass Dim RelationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass Dim objectThatChanged As ESRI.ArcGIS.Geodatabase.IObject Dim moveVector As ESRI.ArcGIS.Geometry.ILine instance.RelatedObjectMoved(RelationshipClass, objectThatChanged, moveVector)
public virtual void RelatedObjectMoved( ESRI.ArcGIS.Geodatabase.IRelationshipClass RelationshipClass, ESRI.ArcGIS.Geodatabase.IObject objectThatChanged, ESRI.ArcGIS.Geometry.ILine moveVector )
public procedure RelatedObjectMoved( RelationshipClass: ESRI.ArcGIS.Geodatabase.IRelationshipClass; objectThatChanged: ESRI.ArcGIS.Geodatabase.IObject; moveVector: ESRI.ArcGIS.Geometry.ILine ); virtual;
public function RelatedObjectMoved( RelationshipClass : ESRI.ArcGIS.Geodatabase.IRelationshipClass, objectThatChanged : ESRI.ArcGIS.Geodatabase.IObject, moveVector : ESRI.ArcGIS.Geometry.ILine );
public: virtual void RelatedObjectMoved( ESRI.ArcGIS.Geodatabase.IRelationshipClass* RelationshipClass, ESRI.ArcGIS.Geodatabase.IObject* objectThatChanged, ESRI.ArcGIS.Geometry.ILine* moveVector )
public: virtual void RelatedObjectMoved( ESRI.ArcGIS.Geodatabase.IRelationshipClass^ RelationshipClass, ESRI.ArcGIS.Geodatabase.IObject^ objectThatChanged, ESRI.ArcGIS.Geometry.ILine^ moveVector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2