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 |
|
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.Control.
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.
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.
override HPS.Type HPS.MarkerAttributeControl.Type |
( |
| ) |
|
|
inlinevirtual |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
- Returns
- The true type of the object in question.
Reimplemented from HPS.Control.
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