Holds parameter collections for pipe and structure rules.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Autodesk.Civil.DatabaseServicesDBObject
Autodesk.Civil.DatabaseServicesNetworkRule
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class NetworkRule : DBObject
VB
Public NotInheritable Class NetworkRule Inherits DBObject
C++
public ref class NetworkRule sealed : public DBObject
The NetworkRule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| Description |
Gets or sets the description.
(Inherited from DBObject) | |
| Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) | |
| Name |
Gets or sets the name.
(Inherited from DBObject) | |
| ParamsDouble | Gets the Double parameters collection. | |
| ParamsLong | Gets the Long parameters collection. |
