StylesRootIntersectionStyles Property |
Gets the collection of IntersectionStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IntersectionStyleCollection IntersectionStyles { get; }
Public ReadOnly Property IntersectionStyles As IntersectionStyleCollection
Get
public:
property IntersectionStyleCollection^ IntersectionStyles {
IntersectionStyleCollection^ get ();
}
Property Value
IntersectionStyleCollection
See Also