Gets or sets the Assembly Type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }