Metodo Util.RelativizeXrefPath

Libreria DedNetAcad

Metodo UtilRelativizeXrefPath

Namespace:  DedNetAcad
Assembly:  DedNetAcad (in DedNetAcad.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassi
public static void RelativizeXrefPath(
	DedNetApplication app,
	string filename,
	string destFileName,
	bool allLevels = false
)
Public Shared Sub RelativizeXrefPath ( 
	app As DedNetApplication,
	filename As String,
	destFileName As String,
	Optional allLevels As Boolean = false
)
public:
static void RelativizeXrefPath(
	DedNetApplication^ app, 
	String^ filename, 
	String^ destFileName, 
	bool allLevels = false
)
static member RelativizeXrefPath : 
        app : DedNetApplication * 
        filename : string * 
        destFileName : string * 
        ?allLevels : bool 
(* Defaults:
        let _allLevels = defaultArg allLevels false
*)
-> unit 

Parametri

app
Tipo: DedNetDedNetApplication
filename
Tipo: SystemString
destFileName
Tipo: SystemString
allLevels (Optional)
Tipo: SystemBoolean
Vedi anche