GroupTemplateDefinition class final

Defines how a primary feature and its feature parts are created from a group template.

Features created from this template are placed relative to the first item in the GroupTemplateDefinition.parts.

Utility associations are also created for the features if they are part of a utility network and GroupTemplateDefinition.canCreateUtilityAssociations is true.

Inheritance

Properties

canCreateUtilityAssociations bool
True if utility associations are created for the features in this group template, false otherwise.
no setter
hashCode int
The hash code for this object.
no setterinherited
parts List<GroupTemplatePart>
The collection of feature parts to create with the primary feature.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited