IAssetType Interface

Provides access to members that specify the properties of an asset type.

Members

Name Description
Read-only property AssetTypeCode Returns the asset type code.
Read-only property AssetTypeName Returns the asset type name.
Read-only property AssociationDeleteType The delete behavior for container and structure associations.
Read-only property AssociationRoleType Returns the association role type.
Read-only property Categories Returns categories.
Read-only property ConnectivityPolicy Returns the connectivity policy.
Read-only property ContainerViewScale The initial scale (representative fraction) at which the container feature will display.
Read-only property CreationTime Returns the creation time.
Read-only property IsLinearConnectivityPolicySupported Returns whether the linear connectivity policy is supported.
Read-only property IsTerminalConfigurationSupported Returns whether the terminal configuration is supported.
Read-only property SchemaGeneration Returns the schema generation.
Read-only property SplitContent Returns the split content.
Read-only property TerminalConfigurationID Returns the terminal configuration ID.

IAssetType.AssetTypeCode Property

Returns the asset type code.

Public ReadOnly Property AssetTypeCode As Integer
public int AssetTypeCode {get;}

IAssetType.AssetTypeName Property

Returns the asset type name.

Public ReadOnly Property AssetTypeName As String
public string AssetTypeName {get;}

IAssetType.AssociationDeleteType Property

The delete behavior for container and structure associations.

Public ReadOnly Property AssociationDeleteType As esriAssociationDeleteType
public esriAssociationDeleteType AssociationDeleteType {get;}

IAssetType.AssociationRoleType Property

Returns the association role type.

Public ReadOnly Property AssociationRoleType As esriAssociationRoleType
public esriAssociationRoleType AssociationRoleType {get;}

IAssetType.Categories Property

Returns categories.

Public ReadOnly Property Categories As IStringArray
public IStringArray Categories {get;}

IAssetType.ConnectivityPolicy Property

Returns the connectivity policy.

Public ReadOnly Property ConnectivityPolicy As esriNetworkEdgeConnectivityPolicy
public esriNetworkEdgeConnectivityPolicy ConnectivityPolicy {get;}

IAssetType.ContainerViewScale Property

The initial scale (representative fraction) at which the container feature will display.

Public ReadOnly Property ContainerViewScale As Double
public double ContainerViewScale {get;}

IAssetType.CreationTime Property

Returns the creation time.

Public ReadOnly Property CreationTime As Object
public object CreationTime {get;}

IAssetType.IsLinearConnectivityPolicySupported Property

Returns whether the linear connectivity policy is supported.

Public ReadOnly Property IsLinearConnectivityPolicySupported As Boolean
public bool IsLinearConnectivityPolicySupported {get;}

IAssetType.IsTerminalConfigurationSupported Property

Returns whether the terminal configuration is supported.

Public ReadOnly Property IsTerminalConfigurationSupported As Boolean
public bool IsTerminalConfigurationSupported {get;}

IAssetType.SchemaGeneration Property

Returns the schema generation.

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

IAssetType.SplitContent Property

Returns the split content.

Public ReadOnly Property SplitContent As Boolean
public bool SplitContent {get;}

IAssetType.TerminalConfigurationID Property

Returns the terminal configuration ID.

Public ReadOnly Property TerminalConfigurationID As Integer
public int TerminalConfigurationID {get;}

Classes that implement IAssetType

Classes Description

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