ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTableCreationParams Class
Properties


In This Topic
    StandaloneTableCreationParams Class Members
    In This Topic

    The following tables list the members exposed by StandaloneTableCreationParams.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ArcGIS.Core.Data.AttributedRelationshipClass.  
    Public PropertyGets the ArcGIS.Core.CIM.CIMDataConnection. Ignored by GroupLayerCreationParams (Inherited from ArcGIS.Desktop.Mapping.MapMemberCreationParams)
    Public Property Gets and sets a definition filter with name.  
    Public PropertyGets the ArcGIS.Desktop.Core.Item. Ignored by GroupLayerCreationParams (Inherited from ArcGIS.Desktop.Mapping.MapMemberCreationParams)
    Public PropertyGets the ArcGIS.Core.CIM.CIMLayerDocument. Ignored by GroupLayerCreationParams (Inherited from ArcGIS.Desktop.Mapping.MapMemberCreationParams)
    Public PropertyGets and sets the index of the MapMember in the map or group layer. MapMemberPosition must be set to MapMemberPosition.Index for this value to honored. If MapMemberPosition is set to MapMemberPosition.Index and this value is NOT set, then the behavior will revert to auto arrange. (Inherited from ArcGIS.Desktop.Mapping.BaseCreationParams)
    Public PropertyGets and sets the mapMember position. Specifies whether the mapMember should be auto positioned or be on the top or at the bottom. Default value is MapMemberPosition.AutoArrange. (Inherited from ArcGIS.Desktop.Mapping.BaseCreationParams)
    Public Property Gets and sets the mapMember name. If not provided, the default display name gets used e.g. the dataset name or alias. (default value = "") (Inherited from ArcGIS.Desktop.Mapping.MapMemberCreationParams)
    Public PropertyGets the ArcGIS.Core.Data.Table.  
    Public PropertyGets the System.Uri that represents the path or url to a dataset or .lyrx or .lpkx file. Ignored by GroupLayerCreationParams (Inherited from ArcGIS.Desktop.Mapping.MapMemberCreationParams)
    Top
    See Also