Maptitude GISDK Help |
Creates a sample object based on an input sample with the specified text for use in a menu or dialog box.
sample = SetSampleText(sample_object input_sample, string text)
Argument |
Contents |
input_sample |
The sample object from which the new sample object will be created |
text |
The new text |
A sample object that is the same as the input sample object but has the specified text instead.
This function is useful for setting the text of the sample object to null as well as for adding or changing the text of the sample object.
sample = GetSample("Streets|")
new_sample = SetSampleText(sample, "New York Streets")
Function |
Summary |
Gets a sample object indicating how features in a layer or selection set display on a map |
|
Creates a sample area object for use in a menu or dialog box |
|
Creates a sample line object for use in a menu or dialog box |
|
Creates a sample point object for use in a menu or dialog box |
|
SaveSampleTomage() | Saves a sample object to an image file. |
©2025 Caliper Corporation | www.caliper.com |