ArcFM Engine Developer Guide
RelatedObjectMoved Method (MMStoredDisplayClass)


Syntax
'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
)

Parameters

RelationshipClass
objectThatChanged
moveVector
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMStoredDisplayClass Class
MMStoredDisplayClass Members

 

 


Send Comment