Click or drag to resize

IEdgeModel Properties

The IEdgeModel type exposes the following members.

Properties
  NameDescription
Public propertyAttributeTypes
Enumerates all attribute types of this model.
(Inherited from ITypeModel.)
Public propertyIsNodeModel
Specifies whether this type model is model for nodes (= true) or for edges (= false).
(Inherited from IGraphElementTypeModel.)
Public propertyRootType
The root type of this type model. All other types of this model inherit from the root type (in the GrGen model, not in C#).
Public propertyTypes
An array of all types in this type model.
Public propertyTypeTypes
An array of C# types of model types.
(Inherited from ITypeModel.)
Top
See Also