Click or drag to resize

WriteBackHandlerGetProperty(Int32, ctPropertyScope) Method

Get Property and attribute pair. Uses cache.

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

Parameters

iAttribute  Int32
scope  ctPropertyScope

Return Value

TupleCTAttribute, CTProperty
See Also