SimpleSolidType Property

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.4.208.0

Syntax

C#

public StructureSimpleSolidType SimpleSolidType { get; set; }

Visual Basic

Public Property SimpleSolidType As StructureSimpleSolidType
	Get
	Set

Visual C++

public:
property StructureSimpleSolidType SimpleSolidType {
	StructureSimpleSolidType get ();
	void set (StructureSimpleSolidType value);
}

See Also