Share

InterferenceStyle.ModelSizeOptions Property

Gets or sets the model size options, UseAbsoluteUnits or UseDrawingScale.



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

Syntax

C#

public InterferenceModelSizeOptionType ModelSizeOptions { get; set; }

VB

Public Property ModelSizeOptions As InterferenceModelSizeOptionType
	Get
	Set

C++

public:
property InterferenceModelSizeOptionType ModelSizeOptions {
	InterferenceModelSizeOptionType get ();
	void set (InterferenceModelSizeOptionType value);
}

Property Value

InterferenceModelSizeOptionType

See Also

Reference

Was this information helpful?