ArcFM Responder Mobile Developer Guide
PropagateProperties(mmItemPropertyFormat,Boolean,Boolean) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub PropagateProperties( _
   ByVal eFormat As mmItemPropertyFormat, _
   ByVal bRecursive As System.Boolean, _
   ByVal bRefreshRow As System.Boolean _
) 
'Usage
 
Dim instance As MMGisUnitClass
Dim eFormat As mmItemPropertyFormat
Dim bRecursive As System.Boolean
Dim bRefreshRow As System.Boolean
 
instance.PropagateProperties(eFormat, bRecursive, bRefreshRow)
public virtual void PropagateProperties( 
   mmItemPropertyFormat eFormat,
   System.bool bRecursive,
   System.bool bRefreshRow
)
public procedure PropagateProperties( 
    eFormat: mmItemPropertyFormat;
    bRecursive: System.Boolean;
    bRefreshRow: System.Boolean
); virtual; 
public function PropagateProperties( 
   eFormat : mmItemPropertyFormat,
   bRecursive : System.boolean,
   bRefreshRow : System.boolean
);
public: virtual void PropagateProperties( 
   mmItemPropertyFormat eFormat,
   System.bool bRecursive,
   System.bool bRefreshRow
) 
public:
virtual void PropagateProperties( 
   mmItemPropertyFormat eFormat,
   System.bool bRecursive,
   System.bool bRefreshRow
) 

Parameters

eFormat
bRecursive
bRefreshRow
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

MMGisUnitClass Class
MMGisUnitClass Members
Overload List

Send Feedback