Share

StylesRoot.PipeRuleSetStyles Property

Gets the collection of all pipe rule set styles in the database.



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

Syntax

C#

public PipeRuleSetStyleCollection PipeRuleSetStyles { get; }

VB

Public ReadOnly Property PipeRuleSetStyles As PipeRuleSetStyleCollection
	Get

C++

public:
property PipeRuleSetStyleCollection^ PipeRuleSetStyles {
	PipeRuleSetStyleCollection^ get ();
}

Property Value

PipeRuleSetStyleCollection

See Also

Reference

Was this information helpful?