Provides access to members that specify the properties of an asset type.
Members
Name | Description | |
---|---|---|
AssetTypeCode | Returns the asset type code. | |
AssetTypeName | Returns the asset type name. | |
AssociationDeleteType | The delete behavior for container and structure associations. | |
AssociationRoleType | Returns the association role type. | |
Categories | Returns categories. | |
ConnectivityPolicy | Returns the connectivity policy. | |
ContainerViewScale | The initial scale (representative fraction) at which the container feature will display. | |
CreationTime | Returns the creation time. | |
IsLinearConnectivityPolicySupported | Returns whether the linear connectivity policy is supported. | |
IsTerminalConfigurationSupported | Returns whether the terminal configuration is supported. | |
SchemaGeneration | Returns the schema generation. | |
SplitContent | Returns the split content. | |
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 |
---|