Click or drag to resize

WriteBackHandlerGetProperty Method (Int32, ctPropertyScope)

Get Property and attribute pair. Uses cache.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public Tuple<CTAttribute, CTProperty> GetProperty(
	int iAttribute,
	ctPropertyScope scope
)

Parameters

iAttribute
Type: SystemInt32
scope
Type: ctPropertyScope

Return Value

Type: TupleCTAttribute, CTProperty
See Also