Gets or sets the Assembly Type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AssemblyType Type { get; set; }
VB
Public Property Type As AssemblyType Get Set
C++
public: property AssemblyType Type { AssemblyType get (); void set (AssemblyType value); }