ObjectDataReport [Layer]

 

The ObjectDataReport method reports the linked data record associated with the specified primary ID.

 

Syntax

object.ObjectDataReport( PID )

 

Parameter

Type

Description

PID

String

required; object primary ID

 

Example

    'ObjectDataReport

    'Create an object data report for the object with "CO" as the PID

    CurrentLayer.ObjectDataReport("CO")

Used by: Layer object