Gets or sets the enum value that indicates whether the 3D object composed in the parts catalog should be used when displaying the structure in 3D.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public StructureModelViewOptionType ModelViewOptions { get; set; }
Visual Basic
Public Property ModelViewOptions As StructureModelViewOptionType
	Get
	Set
Visual C++
public:
property StructureModelViewOptionType ModelViewOptions {
	StructureModelViewOptionType get ();
	void set (StructureModelViewOptionType value);
}

See Also