IUNNearestNeighbor Interface

Provides access to members that specify the properties of a utility network trace nearest neighbor.

Members

Name Description
Read/write property CostNetworkAttributeName Returns the cost network attribute name.
Read/write property Count Returns the count.
Read/write property NearestAssets Returns nearest assets.
Read/write property NearestCategories Returns nearest categories.
Read/write property SchemaGeneration Returns the schema generation.

IUNNearestNeighbor.CostNetworkAttributeName Property

Returns the cost network attribute name.

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

IUNNearestNeighbor.Count Property

Returns the count.

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

IUNNearestNeighbor.NearestAssets Property

Returns nearest assets.

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

Description

An array to hold an indexed collection of IUNAsset.

IUNNearestNeighbor.NearestCategories Property

Returns nearest categories.

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

IUNNearestNeighbor.SchemaGeneration Property

Returns the schema generation.

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

Classes that implement IUNNearestNeighbor

Classes Description
UNNearestNeighbor UN Nearest Neighbor.

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