Share

SettingsLandXMLExport.SettingsData.CreateReadOnlyFile Property

Specifies whether the LandXML file is created as a read-only file. This is done in two places: a tag is inserted into the LandXML, and the operating system file attributes on the file are set to read only.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool CreateReadOnlyFile { get; set; }

VB

Public Property CreateReadOnlyFile As Boolean
	Get
	Set

C++

public:
property bool CreateReadOnlyFile {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?