Skip to content

IUNResultType Interface

Provides access to members that specify the properties of a utility network trace result type.

Members

Name Description
Read/write property DiagramTemplateName Returns the diagram template name.
Read/write property IncludeDomainDescriptions Returns include domain descriptions
Read/write property IncludeGeometry Returns include geometry.
Read/write property IncludePropagatedValues Returns include propagated values.
Read/write property NetworkAttributeNames Returns the network attribute names.
Read/write property ResultTypeFields Returns the result type fields.
Read/write property SchemaGeneration Returns the schema generation.
Read/write property Type Returns the type.

IUNResultType.DiagramTemplateName Property

Returns the diagram template name.

Public Property DiagramTemplateName As String
public string DiagramTemplateName {get; set;}

IUNResultType.IncludeDomainDescriptions Property

Returns include domain descriptions.

Public Property IncludeDomainDescriptions As Boolean
public bool IncludeDomainDescriptions {get; set;}

IUNResultType.IncludeGeometry Property

Returns include geometry.

Public Property IncludeGeometry As Boolean
public bool IncludeGeometry {get; set;}

IUNResultType.IncludePropagatedValues Property

Returns include propagated values.

Public Property IncludePropagatedValues As Boolean
public bool IncludePropagatedValues {get; set;}

IUNResultType.NetworkAttributeNames Property

Returns the network attribute names.

Public Property NetworkAttributeNames As IStringArray
public IStringArray NetworkAttributeNames {get; set;}

IUNResultType.ResultTypeFields Property

Returns the result type fields.

Public Property ResultTypeFields As IArray
public IArray ResultTypeFields {get; set;}

Description

An array to hold an indexed collection of IUNResultTypeField.

IUNResultType.SchemaGeneration Property

Returns the schema generation.

Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}

IUNResultType.Type Property

Returns the type.

Public Property Type As esriUtilityNetworkTraceResultType
public esriUtilityNetworkTraceResultType Type {get; set;}

Classes that implement IUNResultType

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.