DatabaseSummaryInfoHyperlinkBase
Property
|
Property that represents string with a copy of
path as the new value for the HYPERLINKBASE header variable.
HYPERLINKBASE specifies the base path for relative hyperlinks in
this database. If HYPERLINKBASE is an empty string, the database
path is used.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string HyperlinkBase { get; }
Public ReadOnly Property HyperlinkBase As String
Get
public:
property String^ HyperlinkBase {
String^ get ();
}
member HyperlinkBase : string with get
Property Value
String
See Also