Function ProLinestyleDataGet
Description
Provides a description of the specified line style.
Replacement in Object TOOLKIT:
Synopsis
#include <ProColor.h>
ProLinestyleDataGet
(
/* (In)
The style type.
*/
ProLinestyleData* style_info
/* (Out)
The line style information. Note that the field dash_list is allocated by the function. To free the data, call the function ProArrayFree().
*/
)
Returns
The function successfully returned the information.
The specified style is invalid.
The style_info == NULL.
See Also
Sample Code References
User Guide References
這是否有幫助?