The HPS::MarkerAttributeControl class is a smart pointer that is tied to a database object. This control allows you to manipulate the marker size and symbol at the segment level. This table lists default values for the various segment attributes accessible from HPS::MarkerAttributeControl.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
HandleRef | scptr |
|
The HPS::MarkerAttributeControl class is a smart pointer that is tied to a database object. This control allows you to manipulate the marker size and symbol at the segment level. This table lists default values for the various segment attributes accessible from HPS::MarkerAttributeControl.
HPS.MarkerAttributeControl.MarkerAttributeControl |
( |
HPS.SegmentKey |
in_seg | ) |
|
|
inline |
Initializes a control tied to the segment in_seg.
Initializes a control tied to the same object as in_that.
override HPS.Type HPS.MarkerAttributeControl.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Sets the size of markers.
- Parameters
-
in_size | The size for markers. |
in_units | The units of the size for markers. |
- Returns
- A reference to this object.
Sets the size of markers.
- Parameters
-
in_size | The size for markers. |
- Returns
- A reference to this object.
Sets the glyph that should be used to draw markers.
- Parameters
-
in_glyph_name | A UTF8 encoded name of a glyph, defined in an accessible portfolio. |
- Returns
- A reference to this object.
bool HPS.MarkerAttributeControl.ShowSize |
( |
out float |
out_size, |
|
|
out HPS.Marker.SizeUnits |
out_units |
|
) |
| |
|
inline |
Shows the size of markers.
- Parameters
-
out_size | The size for markers. |
out_units | The units of the size for markers. |
- Returns
- true if the setting is valid, false otherwise.
bool HPS.MarkerAttributeControl.ShowSymbol |
( |
out string |
out_glyph_name | ) |
|
|
inline |
Shows the glyph that should be used to draw markers.
- Parameters
-
out_glyph_name | A UTF8 encoded name of a glyph, defined in an accessible portfolio. |
- Returns
- true if the setting is valid, false otherwise.
Removes all settings from this object.
- Returns
- A reference to this object.
Removes the marker size setting.
- Returns
- A reference to this object.
Removes the marker symbol setting.
- Returns
- A reference to this object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.MarkerAttributeControl.cs