Share

StructureStyleModelOption.ModelViewOptions Property

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

Syntax

C#

public StructureModelViewOptionType ModelViewOptions { get; set; }

VB

Public Property ModelViewOptions As StructureModelViewOptionType
	Get
	Set

C++

public:
property StructureModelViewOptionType ModelViewOptions {
	StructureModelViewOptionType get ();
	void set (StructureModelViewOptionType value);
}

Property Value

StructureModelViewOptionType

See Also

Reference

Was this information helpful?