ArcFM Responder Mobile Developer Guide
IDocumentInfo2_set_HyperlinkBase Method






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

Parameters

Path
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