ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / AssetType Class / GetContainerSplitPolicy Method

In This Topic
    GetContainerSplitPolicy Method
    In This Topic
    Gets the type of ContainerSplitPolicy this instance of AssetType supports.
    Syntax
    public ContainerSplitPolicy GetContainerSplitPolicy()
    Public Function GetContainerSplitPolicy() As ContainerSplitPolicy

    Return Value

    The type of ContainerSplitPolicy this instance of AssetType supports.
    Exceptions
    ExceptionDescription
    This instance of AssetType does not support this operation.
    Remarks
    If IsContainerSplitPolicySupported returns false, calling this method will result in an exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also