ArcFM Responder Mobile Developer Guide
ContainedBy Property (MMGraphicFavoriteClass)






Syntax
'Declaration
 
Public Overridable Property ContainedBy As ID8List
'Usage
 
Dim instance As MMGraphicFavoriteClass
Dim value As ID8List
 
instance.ContainedBy = value
 
value = instance.ContainedBy
public virtual ID8List ContainedBy {get; set;}
public read-write property ContainedBy: ID8List; virtual; 
public function get,set ContainedBy : ID8List
public: __property virtual ID8List* get_ContainedBy();
public: __property virtual void set_ContainedBy( 
   ID8List* value
);
public:
virtual property ID8List^ ContainedBy {
   ID8List^ get();
   void set (    ID8List^ value);
}
Requirements

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

See Also

Reference

MMGraphicFavoriteClass Class
MMGraphicFavoriteClass Members

Send Feedback