Share

SettingsObjectLayer.Modifier Property

Specifies whether the layer name includes a text-string modifier, and if so, the location of the modifier.



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

Syntax

C#

public ObjectLayerModifierType Modifier { get; set; }

VB

Public Property Modifier As ObjectLayerModifierType
	Get
	Set

C++

public:
property ObjectLayerModifierType Modifier {
	ObjectLayerModifierType get ();
	void set (ObjectLayerModifierType value);
}

Property Value

ObjectLayerModifierType

See Also

Reference

Was this information helpful?