FlatPunchResult.PunchId Property
Parent Object: FlatPunchResultDescription
Property that returns the Id associated with the punch result. This is the Id assigned during creation of the punch feature and is the same for all instances of a punch feature.
Syntax
FlatPunchResult.PunchId() As StringProperty Value
This is a read only property whose value is a String.Samples
Name | Description |
Report on punch feature ID's | This program demonstrates accessing punch features and creates a report of the punch ID's used. |