Specifies whether to create Property Set Data for imported entities.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool CreateAllPropertySetData { get; set; }
Visual Basic
Public Property CreateAllPropertySetData As Boolean
Get
Set
Visual C++
public: property bool CreateAllPropertySetData { bool get (); void set (bool value); }