SettingsObjectLayerModifierValue Property |
Specifies the text string to use as the modifier. You can enter
an asterisk (*) to include the object name as the modifier in the
layer name and to put each named object on its own layer. For example,
if C-ROAD is the name specified for alignment layers and you add -*
as a suffix, an alignment named overpass is created on layer C-ROAD-OVERPASS.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string ModifierValue { get; set; }
Public Property ModifierValue As String
Get
Set
public:
property String^ ModifierValue {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when input value contains invalid character, including
< > \ / " : ? | , = `
|
See Also