Instance Method
axisInternalValueValueForId:axisInternalValueValueForId:axisInternalValueValueForId_
Internal value for an axis.
Not available in Swift.
Declaration
- (CGFloat) axisInternalValueValueForId:(NSString *) axisId;Declaration
axisInternalValueValueForId_(axisId: str) -> floatParameters
axisIdThe axis identifier.
Discussion
An explicit Intermediate-layer coordinate takes precedence over the associated master value and the axis default. Returns NSNotFound when the axis is unknown.
See Also
Variation Axes
Axes used to locate the layer in its design space.
Whether axis values satisfy all bounds in a set of Alternative-layer rules.