StylesRootTableStyles Property |
Gets the root object of Civil 3D table styles.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TableStylesRoot TableStyles { get; }
Public ReadOnly Property TableStyles As TableStylesRoot
Get
public:
property TableStylesRoot^ TableStyles {
TableStylesRoot^ get ();
}
Property Value
TableStylesRoot
See Also