new PointGraphics(options)
        Describes a graphical point located at the position of the containing 
    
    
    
    
    
        
Entity.
    | Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | optional
                
                
                
            
                Object with the following properties: 
 | 
Members
- 
    color :Property
- 
    
    Gets or sets the Property specifying theColorof the point.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 Color.WHITE
- 
    readonlydefinitionChanged :Event
- 
    
    Gets the event that is raised whenever a property or sub-property is changed or modified.
- 
    outlineColor :Property
- 
    
    Gets or sets the Property specifying theColorof the outline.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 Color.BLACK
- 
    outlineWidth :Property
- 
    
    Gets or sets the numeric Property specifying the the outline width in pixels.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 0
- 
    pixelSize :Property
- 
    
    Gets or sets the numeric Property specifying the size in pixels.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 1
- 
    scaleByDistance :Property
- 
    
    Gets or sets theNearFarScalarProperty used to scale the point based on distance. If undefined, a constant size is used.
- 
    show :Property
- 
    
    Gets or sets the boolean Property specifying the visibility of the point.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 true
Methods
- 
    clone(result) → PointGraphics
- 
    
    Duplicates this instance.Name Type Description resultPointGraphics optional The object onto which to store the result. Returns:The modified result parameter or a new instance if one was not provided.
- 
    merge(source)
- 
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object.Name Type Description sourcePointGraphics The object to be merged into this object. 
