AssemblyStyleName Property

Sets the Assembly Style by name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override string StyleName { set; }

Property Value

String
Exceptions
ExceptionCondition
[!:System.ArgumentNullException] Thrown when the specified style name is null.
[!:System.ArgumentException] Thrown when the specified style name is empty string or not does not exist.
See Also