Gets or sets the model options, TrueSolid or Sphere.

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

Syntax

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

See Also