ArcFM Responder Mobile Developer Guide
PropagateProperties Method (D8TopLevelClass)






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

Parameters

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

D8TopLevelClass Class
D8TopLevelClass Members

Send Feedback