Share

InterferenceStyle.ModelOptions Property

Gets or sets the model options, TrueSolid or Sphere.



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

Syntax

C#

public InterferenceModelType ModelOptions { get; set; }

VB

Public Property ModelOptions As InterferenceModelType
	Get
	Set

C++

public:
property InterferenceModelType ModelOptions {
	InterferenceModelType get ();
	void set (InterferenceModelType value);
}

Property Value

InterferenceModelType

See Also

Reference

Was this information helpful?