Provides access to members that specify the properties of a utility network trace nearest neighbor.
Members
Name | Description | |
---|---|---|
CostNetworkAttributeName | Returns the cost network attribute name. | |
Count | Returns the count. | |
NearestAssets | Returns nearest assets. | |
NearestCategories | Returns nearest categories. | |
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. |