EntityPointTEntityTransactionParameter Property |
Gets or sets the transaction parameter specifying the transaction that will be used when obtaining information from the entity.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TransactionParameter TransactionParameter { get; set; }
Public Property TransactionParameter As TransactionParameter
Get
Set
public:
property TransactionParameter^ TransactionParameter {
TransactionParameter^ get ();
void set (TransactionParameter^ value);
}
member TransactionParameter : TransactionParameter with get, set
Property Value
Type:
TransactionParameterSee Also