一个唯一符号(构造函数)
命名空间:
GISShare.SMap.WPF.Symbol
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public UniqueSymbolItem(
string strText,
Object objValue,
ISymbol pSymbol
)
Public Sub New (
strText As String,
objValue As Object,
pSymbol As ISymbol
)
public:
UniqueSymbolItem(
String^ strText,
Object^ objValue,
ISymbol^ pSymbol
)
new :
strText : string *
objValue : Object *
pSymbol : ISymbol -> UniqueSymbolItem
参数
- strText
- 类型: SystemString
描述 - objValue
- 类型: SystemObject
值 - pSymbol
- 类型: GISShare.SMap.WPF.SymbolISymbol
对应的符号
参见