ArcFM Responder Mobile Developer Guide
IDocumentInfo2_set_Comments Method






Syntax
'Declaration
 
Public Overridable Sub IDocumentInfo2_set_Comments( _
   ByVal Comments As System.String _
) 
'Usage
 
Dim instance As MMDocumentInfoClass
Dim Comments As System.String
 
instance.IDocumentInfo2_set_Comments(Comments)
public virtual void IDocumentInfo2_set_Comments( 
   System.string Comments
)
public procedure IDocumentInfo2_set_Comments( 
    Comments: System.String
); virtual; 
public function IDocumentInfo2_set_Comments( 
   Comments : System.String
);
public: virtual void IDocumentInfo2_set_Comments( 
   System.string* Comments
) 
public:
virtual void IDocumentInfo2_set_Comments( 
   System.String^ Comments
) 

Parameters

Comments
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

MMDocumentInfoClass Class
MMDocumentInfoClass Members

Send Feedback