Share

SettingsLandXMLImport.SettingsPropertySetData.CreateAllPropertySetData Property

Specifies whether to create Property Set Data for imported entities.



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

Syntax

C#

public bool CreateAllPropertySetData { get; set; }

VB

Public Property CreateAllPropertySetData As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?