Interface IST_XMLPropCustomParser
Namespace: SprutCAMTech.STXMLPropTypes
Assembly: SprutCAMTech.STXMLPropTypes.dll
Syntax
[Guid("7562AF1E-8A7F-4CFC-8386-2926C7B30EC3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_XMLPropCustomParser
Methods
GetPropValue(IST_XMLPropPointer, out object)
Declaration
bool GetPropValue(IST_XMLPropPointer p, out object Value)
Parameters
Type | Name | Description |
---|---|---|
IST_XMLPropPointer | p | |
object | Value |
Returns
Type | Description |
---|---|
bool |
SetPropValue(IST_XMLPropPointer, object)
Declaration
void SetPropValue(IST_XMLPropPointer p, object Value)
Parameters
Type | Name | Description |
---|---|---|
IST_XMLPropPointer | p | |
object | Value |