LogExt Method

Neo Persistable Class

neo-persistibleclasses

Point..::..LogExt Method

Log the entity's core and system fields

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static void LogExt(
	string label,
	Point p
)
Public Shared Sub LogExt ( _
	label As String, _
	p As Point _
)
public:
static void LogExt(
	String^ label, 
	Point^ p
)

Parameters

label
Type: String
label
p
Type: NeoPersistableClass..::..Point
p

Return Value

void