ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMStandardLabelPlacementProperties Class
Properties Methods Events


In This Topic
    CIMStandardLabelPlacementProperties Class Members
    In This Topic

    The following tables list the members exposed by CIMStandardLabelPlacementProperties.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether or not to allow overlapping labels.  
    Public Property Gets or sets the buffer ratio.  
    Public Property Gets or sets the feature type being labeled. (Inherited from ArcGIS.Core.CIM.CIMLabelPlacementProperties)
    Public Property Gets or sets the feature weight.  
    Public Property Gets or sets the label weight.  
    Public Property Gets or sets the line label position.  
    Public Property Gets or sets the line label priorities.  
    Public Property Gets or sets the line offset.  
    Public Property Gets or sets the maximum distance from target.  
    Public Property Gets or sets the option for number of labels.  
    Public Property Gets or sets a value indicating whether or not to place the label perpendicular to the angle.  
    Public Property Gets or sets a value indicating whether or not to place the label only inside a polygon.  
    Public Property Gets or sets an array of point placement angles.  
    Public Property Gets or sets the point placement method.  
    Public Property Gets or sets the point placement priorities.  
    Public Property Gets or sets the polygon placement method.  
    Public Property Gets or sets the rotation field.  
    Public Property Gets or sets the rotation type.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMStandardLabelPlacementProperties.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMStandardLabelPlacementProperties with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMStandardLabelPlacementProperties and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also