When ModelViewOptions is defined as Simple3dPart, the 3D object composed in the parts catalog is ignored and the structure is displayed with one of the following simple shapes: cube, cylinder, or sphere.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public StructureSimpleSolidType SimpleSolidType { get; set; }
VB
Public Property SimpleSolidType As StructureSimpleSolidType Get Set
C++
public: property StructureSimpleSolidType SimpleSolidType { StructureSimpleSolidType get (); void set (StructureSimpleSolidType value); }