Share

StructureStyle.ModelOption Property

Gets the object that defines the appearance of the Structure in a model view.



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

Syntax

C#

public StructureStyleModelOption ModelOption { get; }

VB

Public ReadOnly Property ModelOption As StructureStyleModelOption
	Get

C++

public:
property StructureStyleModelOption^ ModelOption {
	StructureStyleModelOption^ get ();
}

Property Value

StructureStyleModelOption

See Also

Reference

Was this information helpful?